E G I L M O P R S

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.
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.
getLastFailureDate(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Get the time/date of the last failed login attempt.
getPass(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
Get the password of the currently logged in user.
getProperties() - Static method in class org.eclipse.higgins.saml2idp.server.Init
Returns the application properties.
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.
getSAMLRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 
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.

I

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.LDAPLogin.
Servlet implementation class for Servlet: LDAPLogin
LDAPLogin() - Constructor for class org.eclipse.higgins.saml2idp.server.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, 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.

M

makeSTSRequest(SAML2AuthnRequest, String, String) - Static method in class org.eclipse.higgins.saml2idp.server.util.SAMLUtil
 
makeSTSResponse(ISTSRequest) - Static method in class org.eclipse.higgins.saml2idp.server.util.SAMLUtil
 

O

org.eclipse.higgins.saml2idp.server - package org.eclipse.higgins.saml2idp.server
 
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, ISTSResponse, 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.
 
setSAMLRequest(HttpServletRequest, HttpServletResponse, SAML2AuthnRequest) - Static method in class org.eclipse.higgins.saml2idp.server.util.StateUtil
 

E G I L M O P R S