Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
I
L
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.
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.
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.
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.
getSAML2Issuer()
- Static method in class org.eclipse.higgins.saml2idp.server.
Init
Returns the SAML2 issuer.
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)
- 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.util
- package org.eclipse.higgins.saml2idp.server.util
P
parseAuthnRequest(String)
- Static method in class org.eclipse.higgins.saml2idp.server.util.
SAMLUtil
postResponse(HttpServletRequest, HttpServletResponse, String, 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
.
E
G
I
L
O
P
R
S
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes