- SAML_RELAYSTATE - Static variable in class org.adeptnet.auth.saml.SAMLClient
-
- SAML_RESPONSE - Static variable in class org.adeptnet.auth.saml.SAMLClient
-
- SAML_SIGALG - Static variable in class org.adeptnet.auth.saml.SAMLClient
-
- SAML_SIGNATURE - Static variable in class org.adeptnet.auth.saml.SAMLClient
-
- SAMLClient - Class in org.adeptnet.auth.saml
-
A SAMLClient acts as on behalf of a SAML Service Provider to generate
requests and process responses.
- SAMLClient(SAMLConfig) - Constructor for class org.adeptnet.auth.saml.SAMLClient
-
Create a new SAMLClient, using the IdPConfig for endpoints and
validation.
- SAMLConfig - Interface in org.adeptnet.auth.saml
-
- SAMLConfigImpl - Class in org.adeptnet.auth.saml
-
- SAMLConfigImpl() - Constructor for class org.adeptnet.auth.saml.SAMLConfigImpl
-
- SAMLException - Exception in org.adeptnet.auth.saml
-
- SAMLException(String) - Constructor for exception org.adeptnet.auth.saml.SAMLException
-
- SAMLException(String, Throwable) - Constructor for exception org.adeptnet.auth.saml.SAMLException
-
- SAMLException(Throwable) - Constructor for exception org.adeptnet.auth.saml.SAMLException
-
- SAMLInit - Class in org.adeptnet.auth.saml
-
Library initialization routines.
- SAMLInit() - Constructor for class org.adeptnet.auth.saml.SAMLInit
-
- SAMLUtils - Class in org.adeptnet.auth.saml
-
- SAMLUtils() - Constructor for class org.adeptnet.auth.saml.SAMLUtils
-
- setAcs(String) - Method in class org.adeptnet.auth.saml.SPConfig
-
Set the SP ACS URL.
- setCert(Certificate) - Method in class org.adeptnet.auth.saml.IdPConfig
-
Set the IdP public key certificate.
- setCertificateAlias(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setEntityId(String) - Method in class org.adeptnet.auth.saml.IdPConfig
-
Set the Idp Entity Id.
- setEntityId(String) - Method in class org.adeptnet.auth.saml.SPConfig
-
Set the SP Entity Id.
- setIdpConfig(IdPConfig) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setIdpConfigName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setKeystore(File) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setKeystoreName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setKeystorePassword(char[]) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setKeystorePassword(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setLoginUrl(String) - Method in class org.adeptnet.auth.saml.IdPConfig
-
Set the IdP login URL.
- setSpConfig(SPConfig) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- setSpConfigName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
-
- SPConfig - Class in org.adeptnet.auth.saml
-
SPConfig contains basic information about the service that is asking for
authorization.
- SPConfig() - Constructor for class org.adeptnet.auth.saml.SPConfig
-
Construct a new, empty SPConfig.
- SPConfig(File) - Constructor for class org.adeptnet.auth.saml.SPConfig
-
Construct a new SPConfig from a metadata XML file.