Class SAMLEndpointContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class SAMLEndpointContext
    extends BaseContext
    Context that carries information about a 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