Class SAMLEndpointContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

    public final class SAMLEndpointContext
    extends org.opensaml.messaging.context.BaseContext
    Context that carries information about a SAML entity endpoint.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext

        org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Endpoint endpoint
      The SAML entity endpoint.
    • Field Detail

      • endpoint

        @Nullable
        private Endpoint endpoint
        The SAML entity endpoint.
    • Constructor Detail

      • SAMLEndpointContext

        public SAMLEndpointContext()
    • 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