A B C D E G H I J K L N O P R S T V 

A

AbstractIDPValve - Class in org.picketlink.identity.federation.bindings.tomcat.idp
Base Class for the IDPWebBrowserSSOValve
AbstractIDPValve() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
AbstractPicketLinkAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat
An authenticator that delegates actual authentication to a realm, and in turn to a security manager, by presenting a "conventional" identity.
AbstractPicketLinkAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
AbstractSAML11SPRedirectFormAuthenticator - Class in org.picketlink.identity.federation.bindings.tomcat.sp
Authenticator for SAML 1.1 processing at the Service Provider
AbstractSAML11SPRedirectFormAuthenticator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSAML11SPRedirectFormAuthenticator
 
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
 
auditHelper - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
auditHelper - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
authenticate(Request, Response, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSAML11SPRedirectFormAuthenticator
 
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
 
authenticateSSL(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
authMethod - Variable in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
This is the auth method used in the register method

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.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
cleanup(Principal) - Method in interface org.picketlink.identity.federation.bindings.tomcat.SubjectSecurityInteraction
Clean up the Principal from the security cache
cleanUpSessionNote(Request) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
clear() - Static method in class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 
configFile - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
configProvider - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
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
Create an instance of the GenericPrincipal
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.AbstractIDPValve
 
doRegister(Request, Response, Principal, String) - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
Subclasses should override this method to register an authenticated Principal.
doSupportSignature() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Indicates if digital signatures/validation of SAML assertions are enabled.

E

EMPTY_PASSWORD - Static variable in class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 
enableAudit - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
enableAudit - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

G

generateRoles(Principal) - Method in class org.picketlink.identity.federation.bindings.tomcat.TomcatRoleGenerator
 
get() - Method in interface org.picketlink.identity.federation.bindings.tomcat.SubjectSecurityInteraction
Obtain a subject based on implementation
getAttributes(Principal, List<String>) - Method in class org.picketlink.identity.federation.bindings.tomcat.TomcatAttributeManager
 
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
Get the name of the configuration file
getConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Returns the configurations used.
getConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Get the SPType
getContext() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
getContext() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
getContextPath() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
getContextPath() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Subclasses need to return the context path based on the capability of their servlet api
getDomain(String) - Static method in class org.picketlink.identity.federation.bindings.util.ValveUtil
Given a SP or IDP issuer from the assertion, return the host
getGenericPrincipal(Request, String, List<String>) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
getIdentityURL() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
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.AbstractIDPValve
Deprecated.
getKeyManager() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Return the TrustKeyManager
getRoles() - Static method in class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 
getSignOutgoingMessages() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
getSubjectPrincipal() - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
getUserName() - Static method in class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 

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(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 

I

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.AbstractIDPValve
 
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
 
initHandlersChain() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Initialize the Handlers chain.
initializeHandlerChain() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
initIdentityServer() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Initializes the IdentityServer.
initIDPConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Initializes the IDP configuration.
initKeyManager() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
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
 
initSTSConfiguration() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Initializes the STS configuration.
invoke(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
invoke(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.IDPSAMLDebugValve
 
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

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
logger - Static variable in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
logger - Static variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 

N

needSubjectPrincipalSubstitution - Variable in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
The authenticator may not be aware of the user name until after the underlying security exercise is complete.

O

org.picketlink.identity.federation.bindings.servlets - package org.picketlink.identity.federation.bindings.servlets
 
org.picketlink.identity.federation.bindings.tomcat - package org.picketlink.identity.federation.bindings.tomcat
 
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
 
org.picketlink.identity.federation.bindings.tomcat.sp.holder - package org.picketlink.identity.federation.bindings.tomcat.sp.holder
 
org.picketlink.identity.federation.bindings.util - package org.picketlink.identity.federation.bindings.util
 

P

performAuthentication(Request, Response, LoginConfig) - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
Actually performs the authentication.
picketLinkConfiguration - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
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(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
processSAMLResponseMessage(Request, Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
push(String, List<String>) - Static method in class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 

R

recycle(Response) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
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.

S

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.AbstractIDPValve
 
sendHttpPostBindingRequest(String, Document, String, Response, boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Sends a HTTP POST request to the IDP.
sendHttpRedirectRequest(String, Document, String, Response, boolean, String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Sends a HTTP Redirect request to the IDP.
sendRequestToIDP(String, Document, String, Response, boolean, String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
Send the request to the IDP.
sendToLogoutPage(Request, Response, Session) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
ServiceProviderSAMLContext - Class in org.picketlink.identity.federation.bindings.tomcat.sp.holder
A context of username/roles to be used by login modules
ServiceProviderSAMLContext() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
 
serviceURL - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setAttributeList(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
setAuditHelper(PicketLinkAuditHelper) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
setAuditHelper(PicketLinkAuditHelper) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
setAuthMethod(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
Set the auth method via WEB-INF/context.xml (JBoss AS)
setConfigFile(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
setConfigFile(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set the name of the configuration file
setConfigProvider(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Set the SAMLConfigurationProvider fqn
setConfigProvider(SAMLConfigurationProvider) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
setConfigProvider(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set the SAMLConfigurationProvider fqn
setConfigProvider(SAMLConfigurationProvider) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set an instance of the SAMLConfigurationProvider
setIdentityParticipantStack(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
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.AbstractIDPValve
IDP should not do any attributes such as generation of roles etc
setIgnoreIncomingSignatures(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
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
Set the logout page
setNeedSubjectPrincipalSubstitution(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
setRoleGenerator(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
setSamlHandlerChainClass(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
setSamlHandlerChainClass(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set the SAML Handler Chain Class fqn
setSaveRestoreRequest(boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set whether the authenticator saves/restores the request during form authentication
setSecurityDomain(String) - Method in interface org.picketlink.identity.federation.bindings.tomcat.SubjectSecurityInteraction
Sets the security domain name
setServiceURL(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set the service URL
setSignOutgoingMessages(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
setStrictPostBinding(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
setSubjectInteractionClassName(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
Set this if you want to override the default SubjectSecurityInteraction
setTimerInterval(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Set the Timer Value to reload the configuration
setTimerInterval(String) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Set the Timer Value to reload the configuration
setValidatingAliasToTokenIssuer(Boolean) - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
Deprecated.
SOAPSAMLXACMLServlet - Class in org.picketlink.identity.federation.bindings.servlets
Servlet that can read SOAP 1.1 messages that contain an XACML query in saml payload
SOAPSAMLXACMLServlet() - Constructor for class org.picketlink.identity.federation.bindings.servlets.SOAPSAMLXACMLServlet
 
spConfiguration - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
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
 
startPicketLink() - Method in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
startPicketLink() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSAML11SPRedirectFormAuthenticator
 
startPicketLink() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractSPFormAuthenticator
 
startPicketLink() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
subjectInteraction - Variable in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
subjectInteractionClassName - Variable in class org.picketlink.identity.federation.bindings.tomcat.AbstractPicketLinkAuthenticator
 
SubjectSecurityInteraction - Interface in org.picketlink.identity.federation.bindings.tomcat
Interface to retrieve a subject

T

testStart() - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
timer - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
timer - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
timerInterval - Variable in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
 
timerInterval - Variable in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
 
TomcatAttributeManager - Class in org.picketlink.identity.federation.bindings.tomcat
An implementation of attribute manager to get attributes of an identity
TomcatAttributeManager() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.TomcatAttributeManager
 
TomcatRoleGenerator - Class in org.picketlink.identity.federation.bindings.tomcat
Generate roles from Tomcat Principal
TomcatRoleGenerator() - Constructor for class org.picketlink.identity.federation.bindings.tomcat.TomcatRoleGenerator
 

V

validate(Request) - Method in class org.picketlink.identity.federation.bindings.tomcat.sp.BaseFormAuthenticator
Perform validation os the request object
ValveUtil - Class in org.picketlink.identity.federation.bindings.util
Util for tomcat valves
ValveUtil() - Constructor for class org.picketlink.identity.federation.bindings.util.ValveUtil
 
A B C D E G H I J K L N O P R S T V 

Copyright © 2013. All Rights Reserved.