Class SAMLProtocolContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class SAMLProtocolContext
    extends BaseContext
    Subcontext that carries information about the ongoing SAML protocol.
    • Field Detail

      • protocol

        @Nullable
        @NotEmpty
        private String protocol
        The SAML protocol in use.
    • Constructor Detail

      • SAMLProtocolContext

        public SAMLProtocolContext()
    • Method Detail

      • getProtocol

        @Nullable
        @NotEmpty
        public String getProtocol()
        Gets the SAML protocol in use.
        Returns:
        SAML protocol in use, may be null
      • setProtocol

        public void setProtocol​(@Nullable
                                String samlProtocol)
        Sets the SAML protocol in use.
        Parameters:
        samlProtocol - SAML protocol in use