Skip navigation links
A C D F G I K L N O S V W 

A

AttributeSet - Class in org.adeptnet.atlassian.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.atlassian.saml.AttributeSet
 
AuthenticatorInterface - Interface in org.adeptnet.atlassian.common
 
authoriseUserAndEstablishSession(HttpServletRequest, HttpServletResponse, Principal) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
AUTHORIZATION - Static variable in class org.adeptnet.atlassian.common.Common
 

C

check() - Method in class org.adeptnet.atlassian.common.Common
 
Common - Class in org.adeptnet.atlassian.common
 
Common() - Constructor for class org.adeptnet.atlassian.common.Common
 
createAuthnRequest(String) - Method in class org.adeptnet.atlassian.saml.SAMLClient
 
CREDS - Static variable in class org.adeptnet.atlassian.common.Common
 

D

doRedirect(HttpServletRequest, HttpServletResponse, String) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
doSAMLRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.adeptnet.atlassian.common.Common
 

F

FAILED - Static variable in class org.adeptnet.atlassian.kerberos.Krb5
 

G

generateAuthnRequest(String) - Method in class org.adeptnet.atlassian.saml.SAMLClient
Create a new AuthnRequest suitable for sending to an HTTPRedirect binding endpoint on the IdP.
generateRequestId() - Static method in class org.adeptnet.atlassian.saml.SAMLUtils
Generate a request ID suitable for passing to SAMLClient.createAuthnRequest.
getAcs() - Method in class org.adeptnet.atlassian.saml.SPConfig
Get the IdP login URL.
getAttributes() - Method in class org.adeptnet.atlassian.saml.AttributeSet
 
getCert() - Method in class org.adeptnet.atlassian.saml.IdPConfig
Get the Idp public key certificate.
getCertificateAlias() - Method in interface org.adeptnet.atlassian.saml.SAMLConfig
 
getCertificateAlias() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getCommon() - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
getContextName() - Method in interface org.adeptnet.atlassian.kerberos.Krb5Config
 
getContextName() - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
getEntityId() - Method in class org.adeptnet.atlassian.saml.IdPConfig
Get the Idp Entity Id.
getEntityId() - Method in class org.adeptnet.atlassian.saml.SPConfig
Get the SP Entity Id.
getIdPConfig() - Method in class org.adeptnet.atlassian.saml.SAMLClient
Get the configured IdpConfig.
getIdPConfig() - Method in interface org.adeptnet.atlassian.saml.SAMLConfig
 
getIdPConfig() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getIdpConfigName() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getKeystore() - Method in interface org.adeptnet.atlassian.saml.SAMLConfig
 
getKeystore() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getKeystoreName() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getKeystorePassword() - Method in interface org.adeptnet.atlassian.saml.SAMLConfig
 
getKeystorePassword() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getKeytab() - Method in interface org.adeptnet.atlassian.kerberos.Krb5Config
 
getKeytab() - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
getKeytabName() - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
getKrb5UserName(HttpServletRequest) - Method in class org.adeptnet.atlassian.common.Common
 
getLog() - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
getLoginUrl() - Method in class org.adeptnet.atlassian.saml.IdPConfig
Get the IdP login URL.
getNameId() - Method in class org.adeptnet.atlassian.saml.AttributeSet
 
getRealm() - Method in interface org.adeptnet.atlassian.kerberos.Krb5Config
 
getRealm() - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
getSAMLUserName(HttpServletRequest) - Method in class org.adeptnet.atlassian.common.Common
 
getSPConfig() - Method in class org.adeptnet.atlassian.saml.SAMLClient
Get the configured SPConfig.
getSPConfig() - Method in interface org.adeptnet.atlassian.saml.SAMLConfig
 
getSPConfig() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getSpConfigName() - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
getUser(String) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
getUserCommon(HttpServletRequest, HttpServletResponse) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
getUserFromSession(HttpServletRequest) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 
getUserFromUserName(HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.adeptnet.atlassian.common.AuthenticatorInterface
 

I

IdPConfig - Class in org.adeptnet.atlassian.saml
IdpConfig contains information about the SAML 2.0 Identity Provider that authenticates users for a service.
IdPConfig() - Constructor for class org.adeptnet.atlassian.saml.IdPConfig
Default constructor.
IdPConfig(File) - Constructor for class org.adeptnet.atlassian.saml.IdPConfig
Construct a new IdpConfig from a metadata XML file.
init(Map<String, String>) - Method in class org.adeptnet.atlassian.common.Common
 
init(Function<String, String>) - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
init(Function<String, String>) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
initialize() - Static method in class org.adeptnet.atlassian.saml.SAMLInit
 
isKrb5Enabled() - Method in class org.adeptnet.atlassian.common.Common
 
isSamlEnabled() - Method in class org.adeptnet.atlassian.common.Common
 
isTicketValid(String, byte[]) - Method in class org.adeptnet.atlassian.kerberos.Krb5
 

K

Krb5 - Class in org.adeptnet.atlassian.kerberos
 
Krb5(Krb5Config) - Constructor for class org.adeptnet.atlassian.kerberos.Krb5
 
KRB5_ENABLE - Static variable in class org.adeptnet.atlassian.common.Common
 
KRB5_KEYTAB - Static variable in class org.adeptnet.atlassian.common.Common
 
KRB5_LOGIN_CONTEXT - Static variable in class org.adeptnet.atlassian.common.Common
 
KRB5_REALM - Static variable in class org.adeptnet.atlassian.common.Common
 
KRB5_SKIP401 - Static variable in class org.adeptnet.atlassian.common.Common
 
Krb5Config - Interface in org.adeptnet.atlassian.kerberos
 
Krb5ConfigImpl - Class in org.adeptnet.atlassian.kerberos
 
Krb5ConfigImpl() - Constructor for class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
krb5Skip401(String) - Method in class org.adeptnet.atlassian.common.Common
 

L

lookup(String, String) - Method in class org.adeptnet.atlassian.common.Nameserver
 

N

Nameserver - Class in org.adeptnet.atlassian.common
 
Nameserver() - Constructor for class org.adeptnet.atlassian.common.Nameserver
 
NEGOTIATE - Static variable in class org.adeptnet.atlassian.common.Common
 

O

org.adeptnet.atlassian.common - package org.adeptnet.atlassian.common
 
org.adeptnet.atlassian.kerberos - package org.adeptnet.atlassian.kerberos
 
org.adeptnet.atlassian.saml - package org.adeptnet.atlassian.saml
 

S

SAML_CERTIFICATE_ALIAS - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_ENABLE - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_IDP_CONFIG - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_KEYSTORE_NAME - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_KEYSTORE_PASSWORD - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_RESPONSE - Static variable in class org.adeptnet.atlassian.common.Common
 
SAML_SP_CONFIG - Static variable in class org.adeptnet.atlassian.common.Common
 
SAMLClient - Class in org.adeptnet.atlassian.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.atlassian.saml.SAMLClient
Create a new SAMLClient, using the IdPConfig for endpoints and validation.
SAMLConfig - Interface in org.adeptnet.atlassian.saml
 
SAMLConfigImpl - Class in org.adeptnet.atlassian.saml
 
SAMLConfigImpl() - Constructor for class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
SAMLException - Exception in org.adeptnet.atlassian.saml
 
SAMLException(String) - Constructor for exception org.adeptnet.atlassian.saml.SAMLException
 
SAMLException(String, Throwable) - Constructor for exception org.adeptnet.atlassian.saml.SAMLException
 
SAMLException(Throwable) - Constructor for exception org.adeptnet.atlassian.saml.SAMLException
 
SAMLInit - Class in org.adeptnet.atlassian.saml
Library initialization routines.
SAMLInit() - Constructor for class org.adeptnet.atlassian.saml.SAMLInit
 
SAMLUtils - Class in org.adeptnet.atlassian.saml
 
SAMLUtils() - Constructor for class org.adeptnet.atlassian.saml.SAMLUtils
 
setAcs(String) - Method in class org.adeptnet.atlassian.saml.SPConfig
Set the SP ACS URL.
setCert(Certificate) - Method in class org.adeptnet.atlassian.saml.IdPConfig
Set the IdP public key certificate.
setCertificateAlias(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setContextName(String) - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
setEntityId(String) - Method in class org.adeptnet.atlassian.saml.IdPConfig
Set the Idp Entity Id.
setEntityId(String) - Method in class org.adeptnet.atlassian.saml.SPConfig
Set the SP Entity Id.
setIdpConfig(IdPConfig) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setIdpConfigName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setKeystore(File) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setKeystoreName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setKeystorePassword(char[]) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setKeystorePassword(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setKeytabName(String) - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
setLoginUrl(String) - Method in class org.adeptnet.atlassian.saml.IdPConfig
Set the IdP login URL.
setRealm(String) - Method in class org.adeptnet.atlassian.kerberos.Krb5ConfigImpl
 
setSpConfig(SPConfig) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
setSpConfigName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
SPConfig - Class in org.adeptnet.atlassian.saml
SPConfig contains basic information about the service that is asking for authorization.
SPConfig() - Constructor for class org.adeptnet.atlassian.saml.SPConfig
Construct a new, empty SPConfig.
SPConfig(File) - Constructor for class org.adeptnet.atlassian.saml.SPConfig
Construct a new SPConfig from a metadata XML file.

V

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

W

withCertificateAlias(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withIdpConfig(IdPConfig) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withIdpConfigName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withKeystore(File) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withKeystoreName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withKeystorePassword(char[]) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withKeystorePassword(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withSpConfig(SPConfig) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
withSpConfigName(String) - Method in class org.adeptnet.atlassian.saml.SAMLConfigImpl
 
WWW_AUTHENTICATE - Static variable in class org.adeptnet.atlassian.common.Common
 
A C D F G I K L N O S V W 
Skip navigation links

Copyright © 2015. All rights reserved.