PicketLink Federation Server Bindings for Apache Tomcat 5/6 2.1.1.Final-redhat-1
A B C D F G H I J K L O P R S T V

A

AbstractSPFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Abstract class to be extended by Service Provider valves to handle SAML requests and responses.
AbstractSPFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
addLifecycleListener(LifecycleListener) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
Add a lifecycle event listener to this component.
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Authenticate the request
authenticate(Request, Response, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
authenticate(Request, Response, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SAML11SPRedirectFormAuthenticator
 

B

BaseFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Base Class for Service Provider Form Authenticators
BaseFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

C

canonicalizationMethod - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
canonicalizationMethod - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
chain - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
chainConfigOptions - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
chainLock - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
A Lock for Handler operations in the chain
cleanUpSessionNote(Request) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
configFile - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
configProvider - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
The user can inject a fully qualified name of a SAMLConfigurationProvider
configProvider - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
The user can inject a fully qualified name of a SAMLConfigurationProvider
createGenericPrincipal(Request, String, List<String>) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPUtil
 
createSAMLRequest(String, String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPUtil
Create a SAML2 auth request

D

determineLoginType(boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
doSupportSignature() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Indicates if digital signatures/validation of SAML assertions are enabled.
doSupportSignature() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator
 
doSupportSignature() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectSignatureFormAuthenticator
 

F

findLifecycleListeners() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
Get the lifecycle listeners associated with this lifecycle.

G

getBinding() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
getBinding() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Return the SAML Binding that this authenticator supports
getConfigFile() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
getConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
getIdentityURL() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Get the Identity URL
getIdpCertificate() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Get the X509Certificate of the IDP if provided via the IDP metadata file
getIDPSSODescriptor(EntitiesDescriptorType) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
getIgnoreIncomingSignatures() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
getSignOutgoingMessages() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
getValidatingAliasToTokenIssuer() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 

H

handleMetadata(EntitiesDescriptorType) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
handleMetadata(EntityDescriptorType) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
handleSAML11(IDPWebRequestUtil, Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 

I

identityParticipantStack - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
If the user wants to set a particular IdentityParticipantStack
identityURL - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
idpAddress - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
idpCertificate - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
If the service provider is configured with an IDP metadata file, then this certificate can be picked up from the metadata
idpConfiguration - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
IDPSAMLDebugValve - Class in org.picketlink.identity.federation.bindings.tomcat.idp
Debug Valve on the IDP end that will inform whether the SP is sending the SAMLRequest or not properly
IDPSAMLDebugValve() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.idp.IDPSAMLDebugValve
 
IDPWebBrowserSSOValve - Class in org.picketlink.identity.federation.bindings.tomcat.idp
Generic Web Browser SSO valve for the IDP Handles both the SAML Redirect as well as Post Bindings Note: Most of the work is done by IDPWebRequestUtil
IDPWebBrowserSSOValve() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
IDPWebBrowserSSOValve.SessionHolder - Class in org.picketlink.identity.federation.bindings.tomcat.idp
 
IDPWebBrowserSSOValve.SessionHolder(String, String, String) - Constructor for class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve.SessionHolder
 
initializeHandlerChain() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
initKeyProvider(Context) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Initialize the KeyProvider configurations.
initKeyProvider(Context) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
invoke(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPSAMLDebugValve
 
invoke(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
isHttpPostBinding() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Indicates if the SP is configure with HTTP POST Binding.
isPOSTBindingResponse() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
issuerID - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

J

jbossEnv - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 

K

keyManager - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

L

lifecycle - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
The lifecycle event support for this component.
localAuthentication(Request, Response, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Fall back on local authentication at the service provider side
log - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
log - Static variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
logOutPage - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

O

org.picketlink.identity.federation.bindings.tomcat.idp - package org.picketlink.identity.federation.bindings.tomcat.idp
 
org.picketlink.identity.federation.bindings.tomcat.sp - package org.picketlink.identity.federation.bindings.tomcat.sp
 

P

picketLinkConfiguration - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
populateChainConfig() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
processConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Process the configuration from the configuration file
processIDPMetadataFile(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Attempt to process a metadata file available locally
processSAMLRequestMessage(IDPWebRequestUtil, Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
processSAMLResponseMessage(IDPWebRequestUtil, Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
processStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
processStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

R

register(Request, Response, Principal, String, String, String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
This method is a hack!!! Tomcat on account of Servlet3 changed their authenticator method signatures We utilize Java Reflection to identify the super register method on the first call and save it.
removeLifecycleListener(LifecycleListener) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
Remove a lifecycle event listener from this component.

S

SAML11SPRedirectFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Authenticator for SAML 1.1 processing at the Service Provider
SAML11SPRedirectFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SAML11SPRedirectFormAuthenticator
 
samlHandlerChainClass - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
saveRestoreRequest - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
sendErrorResponseToSP(String, Response, String, IDPWebRequestUtil) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
sendRequestToIDP(String, Document, String, Response, boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Send the request to the IDP.
sendRequestToIDP(String, Document, String, Response, boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.ServiceProviderAuthenticator
 
sendToLogoutPage(Request, Response, Session) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
ServiceProviderAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Unified Service Provider Authenticator
ServiceProviderAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.ServiceProviderAuthenticator
 
serviceURL - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setAttributeList(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setConfigFile(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setConfigProvider(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setConfigProvider(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setIdentityParticipantStack(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setIdpAddress(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
If the request.getRemoteAddr is not exactly the IDP address that you have keyed in your deployment descriptor for keystore alias, you can set it here explicitly
setIgnoreAttributesGeneration(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
IDP should not do any attributes such as generation of roles etc
setIgnoreIncomingSignatures(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setIssuerID(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set a separate issuer id
setLogOutPage(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setRoleGenerator(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setSamlHandlerChainClass(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setSamlHandlerChainClass(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setSaveRestoreRequest(boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setServiceURL(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setSignOutgoingMessages(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setStrictPostBinding(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
setValidatingAliasToTokenIssuer(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
PLFED-248 Allows to validate the token's signature against the keystore using the token's issuer.
spConfiguration - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
SPPostFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Authenticator at the Service Provider that handles HTTP/Post binding of SAML 2 but falls back on Form Authentication
SPPostFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator
 
SPPostSignatureFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
JBID-142: POST form authenticator that can handle signatures at the SP side
SPPostSignatureFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator
 
SPRedirectFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Authenticator at the Service Provider that handles HTTP/Redirect binding of SAML 2 but falls back on Form Authentication
SPRedirectFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator
 
SPRedirectSignatureFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Tomcat Authenticator for the HTTP/Redirect binding with Signature support
SPRedirectSignatureFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectSignatureFormAuthenticator
 
SPUtil - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Common code useful for a SP
SPUtil() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.SPUtil
 
start() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
start() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator
 
start() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator
 
stop() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
Gracefully terminate the active use of the public methods of this component.

T

testStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
testStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator
 
testStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator
 
trace - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
trace - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

V

validate(String, String, IDPWebBrowserSSOValve.SessionHolder, boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve
 
validate(Request) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Perform validation os the request object

A B C D F G H I J K L O P R S T V
PicketLink Federation Server Bindings for Apache Tomcat 5/6 2.1.1.Final-redhat-1

Copyright © 2012 JBoss Inc.. All Rights Reserved.