Skip navigation links
A C D G I O S V W 

A

AttributeSet - Class in org.adeptnet.auth.saml
AttributeSet contains the NameID from the subject as well as any attributes contained in the assertion, as a map of Attribute Name to list of String values.
AttributeSet(String, Map<String, List<String>>) - Constructor for class org.adeptnet.auth.saml.AttributeSet
 

C

createAuthnRequest(String) - Method in class org.adeptnet.auth.saml.SAMLClient
 

D

doSAMLRedirect(HttpServletResponse, String) - Method in class org.adeptnet.auth.saml.SAMLClient
 

G

generateAuthnRequest(String) - Method in class org.adeptnet.auth.saml.SAMLClient
Create a new AuthnRequest suitable for sending to an HTTPRedirect binding endpoint on the IdP.
generateRequestId() - Static method in class org.adeptnet.auth.saml.SAMLUtils
Generate a request ID suitable for passing to SAMLClient.createAuthnRequest.
getAcs() - Method in class org.adeptnet.auth.saml.SPConfig
Get the IdP login URL.
getAttributes() - Method in class org.adeptnet.auth.saml.AttributeSet
 
getCert() - Method in class org.adeptnet.auth.saml.IdPConfig
Get the Idp public key certificate.
getCertificateAlias() - Method in interface org.adeptnet.auth.saml.SAMLConfig
 
getCertificateAlias() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getEntityId() - Method in class org.adeptnet.auth.saml.IdPConfig
Get the Idp Entity Id.
getEntityId() - Method in class org.adeptnet.auth.saml.SPConfig
Get the SP Entity Id.
getIdPConfig() - Method in class org.adeptnet.auth.saml.SAMLClient
Get the configured IdpConfig.
getIdPConfig() - Method in interface org.adeptnet.auth.saml.SAMLConfig
 
getIdPConfig() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getIdpConfigName() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getKeystore() - Method in interface org.adeptnet.auth.saml.SAMLConfig
 
getKeystore() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getKeystoreName() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getKeystorePassword() - Method in interface org.adeptnet.auth.saml.SAMLConfig
 
getKeystorePassword() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getLoginUrl() - Method in class org.adeptnet.auth.saml.IdPConfig
Get the IdP login URL.
getNameId() - Method in class org.adeptnet.auth.saml.AttributeSet
 
getSPConfig() - Method in class org.adeptnet.auth.saml.SAMLClient
Get the configured SPConfig.
getSPConfig() - Method in interface org.adeptnet.auth.saml.SAMLConfig
 
getSPConfig() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
getSpConfigName() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 

I

IdPConfig - Class in org.adeptnet.auth.saml
IdpConfig contains information about the SAML 2.0 Identity Provider that authenticates users for a service.
IdPConfig() - Constructor for class org.adeptnet.auth.saml.IdPConfig
Default constructor.
IdPConfig(File) - Constructor for class org.adeptnet.auth.saml.IdPConfig
Construct a new IdpConfig from a metadata XML file.
init(Function<String, String>) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
init() - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
initialize() - Static method in class org.adeptnet.auth.saml.SAMLInit
 

O

org.adeptnet.auth.saml - package org.adeptnet.auth.saml
 

S

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.

V

validateResponseGET(String) - Method in class org.adeptnet.auth.saml.SAMLClient
 
validateResponsePOST(String) - Method in class org.adeptnet.auth.saml.SAMLClient
Check an authnResponse and return the subject if validation succeeds.

W

withCertificateAlias(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withIdpConfig(IdPConfig) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withIdpConfigName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withKeystore(File) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withKeystoreName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withKeystorePassword(char[]) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withKeystorePassword(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withSpConfig(SPConfig) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
withSpConfigName(String) - Method in class org.adeptnet.auth.saml.SAMLConfigImpl
 
A C D G I O S V W 
Skip navigation links

Copyright © 2015. All rights reserved.