A C D E G H I L O P R S

A

AUTHN_MODE_CARD - Static variable in class org.eclipse.higgins.saml2idp.server.Init
 
AUTHN_MODE_CONTEXT - Static variable in class org.eclipse.higgins.saml2idp.server.Init
 

C

CardLogin - class org.eclipse.higgins.saml2idp.server.card.CardLogin.
Servlet implementation class for Servlet: CardLogin
CardLogin() - Constructor for class org.eclipse.higgins.saml2idp.server.card.CardLogin
 
CardUtil - class org.eclipse.higgins.saml2idp.server.util.CardUtil.
 

D

DEFAULT_AUTHN_MODE - Static variable in class org.eclipse.higgins.saml2idp.server.Init
 
decodeToken(String, HttpSession) - Static method in class org.eclipse.higgins.saml2idp.server.util.CardUtil
 

E

ExtractUtil - class org.eclipse.higgins.saml2idp.server.util.ExtractUtil.
 

G

getAcceptAcsUrls() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the acceptable ACS URLs.
getAuthnMode() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the authentication mode ("context" or "card")
getCardHandler() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the ICardHandler that can map cards to SAML subjects.
getExtractUsernameCookieName() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the name of the cookie from which a username should be extracted.
getExtractUsernameHeaderName() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the name of the header from which a username should be extracted.
getExtractUsernameParameterName() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the name of the parameter from which a username should be extracted.
getFailures(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Get the recorded number of failed login attempts.
getHigginsConfigurationSettings() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the Higgins configuration settings.
getHigginsContextFactory() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the Higgins IContextFactory that can instantiate the context we validate against.
getHigginsContextId() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the Higgins context ID for the context we validate against.
getHigginsContextType() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the Higgins context type for the context we validate against.
getHigginsRegistry() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the Higgins IdASRegistry.
getHigginsStsSecurityTokenService() - Static method in class org.eclipse.higgins.saml2idp.server.Init
 
getHigginsStsSecurityTokenServiceBinding() - Static method in class org.eclipse.higgins.saml2idp.server.Init
 
getHigginsStsXmlSecurityExtension() - Static method in class org.eclipse.higgins.saml2idp.server.Init
 
getIdpCertificate() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the certificate used for the KeyInfo element in XML Signatures.
getIdpPrivateKey() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the private key used to sign SAML2 messages.
getIdpPublicKey() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the public key used for the KeyInfo element in XML Signatures.
getIssuer() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getIssuer() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getIssuerPolicy() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getIssuerPolicy() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getKeyStoreAlias() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the KeyStore alias for decrypting tokens.
getKeyStoreName() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the KeyStore name for decrypting tokens.
getKeyStorePw() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the KeyStore pw for decrypting tokens.
getKeyStoreType() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the KeyStore type for decrypting tokens.
getLastFailureDate(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Get the time/date of the last failed login attempt.
getOptionalClaims() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getOptionalClaims() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getPrivacyUrl() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getPrivacyUrl() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getPrivacyVersion() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getPrivacyVersion() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getProperties() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the application properties.
getRelayState(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 
getRequiredClaims() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getRequiredClaims() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getRpCertificates() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the certificates used to validate SAML2 messages.
getRpPublicKeys() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the public keys used to validate SAML2 messages.
getSAML2AssertionValidityMillis() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the validity period of issued SAML2 assertions.
getSAML2IdPEndpoint() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the SAML2 IdP endpoint to be used.
getSAML2Issuer() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the SAML2 issuer.
getSAMLAuthnRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 
getTokenType() - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
getTokenType() - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
getUseSts() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the flag whether to use the STS.
getUser(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.ExtractUtil
Extracts a username from a request.
getUser(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Get the currently logged in user.

H

handleCard(RPSecurityToken) - Method in interface org.eclipse.higgins.saml2idp.server.card.ICardHandler
 
handleCard(RPSecurityToken) - Method in class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 

I

ICardHandler - interface org.eclipse.higgins.saml2idp.server.card.ICardHandler.
 
Init - class org.eclipse.higgins.saml2idp.server.Init.
This servlet overrides only the init() method and is used to initialize common objects of our web application.
Init() - Constructor for class org.eclipse.higgins.saml2idp.server.Init
 
incFailures(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Increment the recorded number of failed login attempts.
init() - Method in class org.eclipse.higgins.saml2idp.server.Init
 

L

LDAPLogin - class org.eclipse.higgins.saml2idp.server.context.ldap.LDAPLogin.
Servlet implementation class for Servlet: LDAPLogin
LDAPLogin() - Constructor for class org.eclipse.higgins.saml2idp.server.context.ldap.LDAPLogin
 
Logout - class org.eclipse.higgins.saml2idp.server.Logout.
Servlet implementation class for Servlet: Logout
Logout() - Constructor for class org.eclipse.higgins.saml2idp.server.Logout
 
loginUser(HttpServletRequest, HttpServletResponse, String) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Logs in a user in the GIB.
logout(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Logs out a user from the GIB.

O

org.eclipse.higgins.saml2idp.server - package org.eclipse.higgins.saml2idp.server
 
org.eclipse.higgins.saml2idp.server.card - package org.eclipse.higgins.saml2idp.server.card
 
org.eclipse.higgins.saml2idp.server.context.ldap - package org.eclipse.higgins.saml2idp.server.context.ldap
 
org.eclipse.higgins.saml2idp.server.util - package org.eclipse.higgins.saml2idp.server.util
 

P

parseAuthnRequestFromGet(String) - Static method in class org.eclipse.higgins.saml2idp.server.util.SAMLUtil
 
parseAuthnRequestFromPost(String) - Static method in class org.eclipse.higgins.saml2idp.server.util.SAMLUtil
 
postResponse(HttpServletRequest, HttpServletResponse, SAML2AuthnRequest, String, String) - Static method in class org.eclipse.higgins.saml2idp.server.util.SAMLUtil
 

R

resetFailures(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Resets the recorded number of failed login attempts.

S

SAMLEndpoint - class org.eclipse.higgins.saml2idp.server.SAMLEndpoint.
Servlet implementation class for Servlet: SAMLEndpoint
SAMLEndpoint() - Constructor for class org.eclipse.higgins.saml2idp.server.SAMLEndpoint
 
SAMLUtil - class org.eclipse.higgins.saml2idp.server.util.SAMLUtil.
 
StateUtil - class org.eclipse.higgins.saml2idp.server.util.StateUtil.
 
SurNameCardHandler - class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler.
 
SurNameCardHandler() - Constructor for class org.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
 
setRelayState(HttpServletRequest, HttpServletResponse, String) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 
setSAMLAuthnRequest(HttpServletRequest, HttpServletResponse, SAML2AuthnRequest) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 

A C D E G H I L O P R S