Package net.shibboleth.idp.cas.service
Class ServiceContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.cas.service.ServiceContext
- All Implemented Interfaces:
Iterable<BaseContext>
IdP context container for CAS service (i.e. relying party) metadata.
This context is typically a child of
ProfileRequestContext
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the service metadata held by this context.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
serviceMetadata
Service metadata held by context.
-
-
Constructor Details
-
ServiceContext
Creates a new instance.- Parameters:
service
- Service metadata held by context.
-
-
Method Details
-
getService
Get the service metadata held by this context.- Returns:
- service metadata held by this context
-