Class AbstractAuthenticatableSAMLEntityContext

    • Field Detail

      • authenticated

        private boolean authenticated
        Flag indicating whether the SAML peer entity has been authenticated.
    • Constructor Detail

      • AbstractAuthenticatableSAMLEntityContext

        public AbstractAuthenticatableSAMLEntityContext()
    • Method Detail

      • isAuthenticated

        public boolean isAuthenticated()
        Gets the flag indicating whether the SAML peer entity has been authenticated.
        Returns:
        Returns the authenticated flag.
      • setAuthenticated

        public void setAuthenticated​(boolean flag)
        Sets the flag indicating whether the SAML peer entity has been authenticated.
        Parameters:
        flag - The flag to set.