Class SAMLEndpointContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- org.opensaml.saml.common.messaging.context.SAMLEndpointContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
public final class SAMLEndpointContext extends BaseContext
Context that carries information about a SAML entity endpoint.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Constructor Summary
Constructors Constructor Description SAMLEndpointContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointgetEndpoint()Gets the endpoint of the SAML entity.voidsetEndpoint(Endpoint newEndpoint)Sets the endpoint of the SAML entity.-
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 Detail
-
endpoint
@Nullable private Endpoint endpoint
The SAML entity endpoint.
-
-
Method Detail
-
getEndpoint
@Nullable public Endpoint getEndpoint()
Gets the endpoint of the SAML entity.- Returns:
- endpoint of the SAML entity, may be null
-
setEndpoint
public void setEndpoint(@Nullable Endpoint newEndpoint)Sets the endpoint of the SAML entity.- Parameters:
newEndpoint- the new endpoint
-
-