PicketLink Config 2.5.4.SP4-redhat-1
A B C D E F G H I K L M N O P R S T V X 

A

add(ClaimsProcessorType) - Method in class org.picketlink.config.federation.ClaimsProcessorsType
 
add(KeyValueType) - Method in class org.picketlink.config.federation.ClaimsProcessorType
 
add(KeyValueType) - Method in class org.picketlink.config.federation.handler.Handler
 
add(Handler) - Method in class org.picketlink.config.federation.handler.Handlers
 
add(AuthPropertyType) - Method in class org.picketlink.config.federation.KeyProviderType
 
add(KeyValueType) - Method in class org.picketlink.config.federation.KeyProviderType
 
add(KeyValueType) - Method in class org.picketlink.config.federation.MetadataProviderType
 
add(ServiceProviderType) - Method in class org.picketlink.config.federation.ServiceProvidersType
 
add(TokenProviderType) - Method in class org.picketlink.config.federation.TokenProvidersType
 
add(KeyValueType) - Method in class org.picketlink.config.federation.TokenProviderType
 
addAdditionalOption(String, Object) - Method in class org.picketlink.config.federation.ProviderType
Add an option
addConfigBuilderMethod(ConfigBuilderMethodType) - Method in class org.picketlink.config.idm.IDMType
 
addDomain(String) - Method in class org.picketlink.config.federation.TrustType
Adds a new domain to the list of trusted domains.
additionalOptions - Variable in class org.picketlink.config.federation.ProviderType
 
addPropertyResolver(Class<V>, PropertyResolver<V>) - Method in class org.picketlink.config.idm.resolver.PropertyResolverMapper
Adding resolvers for custom java types
ATTRIBUTE_MANAGER - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
attributeManager - Variable in class org.picketlink.config.federation.IDPType
 
auth - Variable in class org.picketlink.config.federation.KeyProviderType
 
AUTH - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
AuthPropertyType - Class in org.picketlink.config.federation
Java class for AuthPropertyType complex type.
AuthPropertyType() - Constructor for class org.picketlink.config.federation.AuthPropertyType
 

B

BasicPropertyResolver<V> - Class in org.picketlink.config.idm.resolver
Base class for resolvers, which are able to map simple String to expected java type
BasicPropertyResolver() - Constructor for class org.picketlink.config.idm.resolver.BasicPropertyResolver
 
BasicPropertyResolver.ClassResolver - Class in org.picketlink.config.idm.resolver
Class resolver will try to create class from passed String
BasicPropertyResolver.ClassResolver() - Constructor for class org.picketlink.config.idm.resolver.BasicPropertyResolver.ClassResolver
 
BasicPropertyResolver.PropertyEditorDelegateResolver<V> - Class in org.picketlink.config.idm.resolver
Resolver for primitive java types.
BasicPropertyResolver.PropertyEditorDelegateResolver() - Constructor for class org.picketlink.config.idm.resolver.BasicPropertyResolver.PropertyEditorDelegateResolver
 
BasicPropertyResolver.StringResolver - Class in org.picketlink.config.idm.resolver
String resolver simply return passed value
BasicPropertyResolver.StringResolver() - Constructor for class org.picketlink.config.idm.resolver.BasicPropertyResolver.StringResolver
 
BINDING_TYPE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
bindingType - Variable in class org.picketlink.config.federation.SPType
HTTP Redirect or HTTP Post Binding

C

CANONICALIZATION_METHOD - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
canonicalizationMethod - Variable in class org.picketlink.config.federation.ProviderType
 
canonicalizationMethod - Variable in class org.picketlink.config.federation.STSType
 
claimsProcessor - Variable in class org.picketlink.config.federation.ClaimsProcessorsType
 
claimsProcessors - Variable in class org.picketlink.config.federation.STSType
 
ClaimsProcessorsType - Class in org.picketlink.config.federation
The claims processors specify the classes that are capable of processing specific claims dialects.
ClaimsProcessorsType() - Constructor for class org.picketlink.config.federation.ClaimsProcessorsType
 
ClaimsProcessorType - Class in org.picketlink.config.federation
Java class for ClaimsProcessorType complex type.
ClaimsProcessorType() - Constructor for class org.picketlink.config.federation.ClaimsProcessorType
 
CLASS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
CLASS_NAME - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
className - Variable in class org.picketlink.config.federation.KeyProviderType
 
className - Variable in class org.picketlink.config.federation.MetadataProviderType
 
clazz - Variable in class org.picketlink.config.federation.handler.Handler
 
ConfigBuilderMethodType - Class in org.picketlink.config.idm
This entry represents one method call to IDM Configuration builder
ConfigBuilderMethodType(String, Map<String, String>) - Constructor for class org.picketlink.config.idm.ConfigBuilderMethodType
 
create(String, String) - Static method in class org.picketlink.config.federation.KeyValueType
Create a new instance

D

dialect - Variable in class org.picketlink.config.federation.ClaimsProcessorType
 
DOMAINS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
domains - Variable in class org.picketlink.config.federation.TrustType
 

E

ENABLE_AUDIT - Static variable in class org.picketlink.config.PicketLinkConfigParser
 
encAlgo - Variable in class org.picketlink.config.federation.EncryptionType
 
EncAlgoType - Enum in org.picketlink.config.federation
Java class for EncAlgoType.
encrypt - Variable in class org.picketlink.config.federation.IDPType
 
ENCRYPT - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
encryption - Variable in class org.picketlink.config.federation.IDPType
 
EncryptionType - Class in org.picketlink.config.federation
Java class for EncryptionType complex type.
EncryptionType() - Constructor for class org.picketlink.config.federation.EncryptionType
 
encryptToken - Variable in class org.picketlink.config.federation.STSType
 
endpoint - Variable in class org.picketlink.config.federation.ServiceProviderType
 
ERROR_PAGE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
errorPage - Variable in class org.picketlink.config.federation.SPType
User can configure an error page where the SP will redirect on encountering errors.

F

fromValue(String) - Static method in enum org.picketlink.config.federation.EncAlgoType
 

G

getAdditionalOption(String) - Method in class org.picketlink.config.federation.ProviderType
Get option
getAttributeManager() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the attributeManager property.
getAuth() - Method in class org.picketlink.config.federation.KeyProviderType
Gets the value of the auth property.
getBindingType() - Method in class org.picketlink.config.federation.SPType
 
getBuilderMethod(Class<?>, String, Map<String, String>) - Method in class org.picketlink.config.idm.XMLConfigurationProvider
 
getBuilderMethods() - Method in class org.picketlink.config.idm.IDMType
 
getCanonicalizationMethod() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the canonicalizationMethod property.
getCanonicalizationMethod() - Method in class org.picketlink.config.federation.STSType
Gets the value of the canonicalizationMethod property.
getClaimsProcessor() - Method in class org.picketlink.config.federation.ClaimsProcessorsType
Gets the value of the claimsProcessor property.
getClaimsProcessors() - Method in class org.picketlink.config.federation.STSType
Gets the value of the claimsProcessors property.
getClassName() - Method in class org.picketlink.config.federation.KeyProviderType
Gets the value of the className property.
getClassName() - Method in class org.picketlink.config.federation.MetadataProviderType
Gets the value of the className property.
getClazz() - Method in class org.picketlink.config.federation.handler.Handler
Gets the value of the clazz property.
getClockSkew() - Method in class org.picketlink.config.federation.STSType
Gets the value of the clockSkew property.
getDialect() - Method in class org.picketlink.config.federation.ClaimsProcessorType
Gets the value of the dialect property.
getDomains() - Method in class org.picketlink.config.federation.TrustType
Gets the value of the domains property.
getEncAlgo() - Method in class org.picketlink.config.federation.EncryptionType
Gets the value of the encAlgo property.
getEncryption() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the encryption property.
getEndpoint() - Method in class org.picketlink.config.federation.ServiceProviderType
Gets the value of the endpoint property.
getEndpointRegEx() - Method in class org.picketlink.config.federation.ServiceProviderType
 
getErrorPage() - Method in class org.picketlink.config.federation.SPType
 
getHandler() - Method in class org.picketlink.config.federation.handler.Handlers
Gets the value of the handler property.
getHandlerChainClass() - Method in class org.picketlink.config.federation.handler.Handlers
Get the Handler chain class FQN
getHandlers() - Method in class org.picketlink.config.federation.PicketLinkType
 
getHostedURI() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the encrypt property.
getIdentityParticipantStack() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the identityParticipantStack property.
getIdentityURL() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the identityURL property.
getIdmType() - Method in class org.picketlink.config.federation.PicketLinkType
 
getIdpMetadataFile() - Method in class org.picketlink.config.federation.SPType
Get the IDP metadata file String
getIdpOrSP() - Method in class org.picketlink.config.federation.PicketLinkType
 
getInstance() - Static method in class org.picketlink.config.idm.resolver.PropertyResolverMapper
 
getKey() - Method in class org.picketlink.config.federation.KeyValueType
Gets the value of the key property.
getKeyProvider() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the keyProvider property.
getKeyProvider() - Method in class org.picketlink.config.federation.STSType
Gets the value of the keyProvider property.
getKeySize() - Method in class org.picketlink.config.federation.EncryptionType
Gets the value of the keySize property.
getLogOutPage() - Method in class org.picketlink.config.federation.SPType
 
getLogoutResponseLocation() - Method in class org.picketlink.config.federation.SPType
 
getLogoutUrl() - Method in class org.picketlink.config.federation.SPType
 
getMetaDataProvider() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the metaDataProvider property.
getMethodId() - Method in class org.picketlink.config.idm.ConfigBuilderMethodType
 
getMethodParameters() - Method in class org.picketlink.config.idm.ConfigBuilderMethodType
 
getMethodParameters(Method, Map<String, String>) - Method in class org.picketlink.config.idm.XMLConfigurationProvider
 
getName() - Method in class org.picketlink.config.federation.handler.Handler
Gets the value of the name property.
getOption() - Method in class org.picketlink.config.federation.handler.Handler
Gets the value of the option property.
getOption() - Method in class org.picketlink.config.federation.MetadataProviderType
Gets the value of the option property.
getProcessorClass() - Method in class org.picketlink.config.federation.ClaimsProcessorType
Gets the value of the processorClass property.
getProperty() - Method in class org.picketlink.config.federation.ClaimsProcessorType
Gets the value of the property property.
getProperty() - Method in class org.picketlink.config.federation.TokenProviderType
Gets the value of the property property.
getProviderClass() - Method in class org.picketlink.config.federation.TokenProviderType
Gets the value of the providerClass property.
getRelayState() - Method in class org.picketlink.config.federation.SPType
 
getRequestHandler() - Method in class org.picketlink.config.federation.STSType
Gets the value of the requestHandler property.
getRoleGenerator() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the roleGenerator property.
getServerEnvironment() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the serverEnvironment property.
getServiceProvider() - Method in class org.picketlink.config.federation.ServiceProvidersType
Gets the value of the serviceProvider property.
getServiceProviders() - Method in class org.picketlink.config.federation.STSType
Gets the value of the serviceProviders property.
getServiceURL() - Method in class org.picketlink.config.federation.SPType
Gets the value of the serviceURL property.
getSigningAlias() - Method in class org.picketlink.config.federation.KeyProviderType
Gets the value of the signingAlias property.
getSTSName() - Method in class org.picketlink.config.federation.STSType
Gets the value of the stsName property.
getStsType() - Method in class org.picketlink.config.federation.PicketLinkType
 
getTokenElement() - Method in class org.picketlink.config.federation.TokenProviderType
Gets the value of the tokenElement property.
getTokenElementNS() - Method in class org.picketlink.config.federation.TokenProviderType
Gets the value of the tokenElementNS property.
getTokenProvider() - Method in class org.picketlink.config.federation.TokenProvidersType
Gets the value of the tokenProvider property.
getTokenProviders() - Method in class org.picketlink.config.federation.STSType
Gets the value of the tokenProviders property.
getTokenTimeout() - Method in class org.picketlink.config.federation.STSType
Gets the value of the tokenTimeout property.
getTokenType() - Method in class org.picketlink.config.federation.ServiceProviderType
Gets the value of the tokenType property.
getTokenType() - Method in class org.picketlink.config.federation.TokenProviderType
Gets the value of the tokenType property.
getTrust() - Method in class org.picketlink.config.federation.ProviderType
Gets the value of the trust property.
getTruststoreAlias() - Method in class org.picketlink.config.federation.ServiceProviderType
Gets the value of the truststoreAlias property.
getValidatingAlias() - Method in class org.picketlink.config.federation.KeyProviderType
Gets the value of the validatingAlias property.
getValue() - Method in class org.picketlink.config.federation.KeyValueType
Gets the value of the value property.

H

Handler - Class in org.picketlink.config.federation.handler
Java class for Handler complex type.
Handler() - Constructor for class org.picketlink.config.federation.handler.Handler
 
handler - Variable in class org.picketlink.config.federation.handler.Handlers
 
HANDLER - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
handlerChainClass - Variable in class org.picketlink.config.federation.handler.Handlers
 
Handlers - Class in org.picketlink.config.federation.handler
Java class for Handlers complex type.
Handlers() - Constructor for class org.picketlink.config.federation.handler.Handlers
 
HANDLERS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
HANDLERS_CHAIN_CLASS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
HANDLERS_CHAIN_LOCKING - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
HOSTED_URI - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
hostedURI - Variable in class org.picketlink.config.federation.IDPType
 

I

IDENTITY_PARTICIPANT_STACK - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
IDENTITY_URL - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
identityURL - Variable in class org.picketlink.config.federation.ProviderType
 
IDM_CLASSLOADERS - Static variable in class org.picketlink.config.idm.XMLConfigurationProvider
 
IDMConfigParser - Class in org.picketlink.config.idm.parsers
Stax based XML parser for Picketlink IDM configuration
IDMConfigParser() - Constructor for class org.picketlink.config.idm.parsers.IDMConfigParser
 
IDMType - Class in org.picketlink.config.idm
Type with configuration of IDM
IDMType() - Constructor for class org.picketlink.config.idm.IDMType
 
IDP - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
IDP_METADATA_FILE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
IDP_USES_POST_BINDING - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
idpMetadataFile - Variable in class org.picketlink.config.federation.SPType
 
IDPType - Class in org.picketlink.config.federation
IDP Type defines the configuration for an Identity Provider.
IDPType() - Constructor for class org.picketlink.config.federation.IDPType
 
idpUsesPostBinding - Variable in class org.picketlink.config.federation.SPType
Is the IDP sending POST binding request/response
importFrom(IDPType) - Method in class org.picketlink.config.federation.IDPType
Import values from another IDPType
importFrom(ProviderType) - Method in class org.picketlink.config.federation.ProviderType
Import values from another IDPType
isEnableAudit() - Method in class org.picketlink.config.federation.PicketLinkType
 
isEncrypt() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the encrypt property.
isEncryptToken() - Method in class org.picketlink.config.federation.STSType
Gets the value of the encryptToken property.
isIdpUsesPostBinding() - Method in class org.picketlink.config.federation.SPType
 
isLocking() - Method in class org.picketlink.config.federation.handler.Handlers
Indicates if the handler chain execution should be locked
isSignToken() - Method in class org.picketlink.config.federation.STSType
Gets the value of the signToken property.
isSSLClientAuthentication() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the supportsSSL property.
isStrictPostBinding() - Method in class org.picketlink.config.federation.IDPType
Gets the value of the strictPostBinding property.
isSupportsSignature() - Method in class org.picketlink.config.federation.ProviderType
 

K

key - Variable in class org.picketlink.config.federation.KeyValueType
 
KEY - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
KEY_PROVIDER - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
keyProvider - Variable in class org.picketlink.config.federation.ProviderType
 
keyProvider - Variable in class org.picketlink.config.federation.STSType
 
KeyProviderType - Class in org.picketlink.config.federation
Source of the Signing and Validating Key
KeyProviderType() - Constructor for class org.picketlink.config.federation.KeyProviderType
 
keySize - Variable in class org.picketlink.config.federation.EncryptionType
 
KeyValueType - Class in org.picketlink.config.federation
Java class for KeyValueType complex type.
KeyValueType() - Constructor for class org.picketlink.config.federation.KeyValueType
 

L

LOGOUT_PAGE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
LOGOUT_RESPONSE_LOCATION - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
LOGOUT_URL - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 

M

META_PROVIDER - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
metaDataProvider - Variable in class org.picketlink.config.federation.ProviderType
 
MetadataProviderType - Class in org.picketlink.config.federation
Java class for MetadataProviderType complex type.
MetadataProviderType() - Constructor for class org.picketlink.config.federation.MetadataProviderType
 

N

name - Variable in class org.picketlink.config.federation.handler.Handler
 

O

option - Variable in class org.picketlink.config.federation.handler.Handler
 
option - Variable in class org.picketlink.config.federation.MetadataProviderType
 
OPTION - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
org.picketlink.config - package org.picketlink.config
 
org.picketlink.config.federation - package org.picketlink.config.federation
 
org.picketlink.config.federation.handler - package org.picketlink.config.federation.handler
 
org.picketlink.config.federation.parsers - package org.picketlink.config.federation.parsers
 
org.picketlink.config.idm - package org.picketlink.config.idm
 
org.picketlink.config.idm.parsers - package org.picketlink.config.idm.parsers
 
org.picketlink.config.idm.resolver - package org.picketlink.config.idm.resolver
 

P

parse(XMLEventReader) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parse(XMLEventReader) - Method in class org.picketlink.config.federation.parsers.STSConfigParser
 
parse(XMLEventReader) - Method in class org.picketlink.config.idm.parsers.IDMConfigParser
 
parse(XMLEventReader) - Method in class org.picketlink.config.PicketLinkConfigParser
 
parseHandler(XMLEventReader, StartElement) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parseHandlers(XMLEventReader) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parseIDMConfiguration(InputStream) - Method in class org.picketlink.config.idm.XMLConfigurationProvider
 
parseIDPConfiguration(XMLEventReader) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parseKeyProvider(XMLEventReader, StartElement) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parseMDProvider(XMLEventReader, StartElement) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
parseSPConfiguration(XMLEventReader) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
PICKETLINK - Static variable in class org.picketlink.config.PicketLinkConfigParser
 
PicketLinkConfigParser - Class in org.picketlink.config
Parser to parse the consolidated picketlink.xml
PicketLinkConfigParser() - Constructor for class org.picketlink.config.PicketLinkConfigParser
 
PicketLinkType - Class in org.picketlink.config.federation
Overall consolidated config holder type
PicketLinkType() - Constructor for class org.picketlink.config.federation.PicketLinkType
 
populateKeyValueType(KeyValueType, StartElement) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
processorClass - Variable in class org.picketlink.config.federation.ClaimsProcessorType
 
property - Variable in class org.picketlink.config.federation.ClaimsProcessorType
 
property - Variable in class org.picketlink.config.federation.TokenProviderType
 
PropertyResolver<V> - Interface in org.picketlink.config.idm.resolver
Interface for resolve property value from configuration (usually XML configuration) to real property value, which will be used in IDM configuration.
PropertyResolverMapper - Class in org.picketlink.config.idm.resolver
Mapper for resolvers.
providerClass - Variable in class org.picketlink.config.federation.TokenProviderType
 
ProviderType - Class in org.picketlink.config.federation
Base Type for IDP and SP
ProviderType() - Constructor for class org.picketlink.config.federation.ProviderType
 

R

readIDMConfiguration(InputStream) - Method in class org.picketlink.config.idm.XMLConfigurationProvider
Create and initialize IdentityConfigurationBuilder and fill it with content from XML configuration
readIDMConfigurationFromIDMType(IDMType) - Method in class org.picketlink.config.idm.XMLConfigurationProvider
 
RELAY_STATE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
relayState - Variable in class org.picketlink.config.federation.SPType
User can configure a relay state
remove(ClaimsProcessorType) - Method in class org.picketlink.config.federation.ClaimsProcessorsType
 
remove(KeyValueType) - Method in class org.picketlink.config.federation.ClaimsProcessorType
 
remove(KeyValueType) - Method in class org.picketlink.config.federation.handler.Handler
 
remove(Handler) - Method in class org.picketlink.config.federation.handler.Handlers
 
remove(AuthPropertyType) - Method in class org.picketlink.config.federation.KeyProviderType
 
remove(KeyValueType) - Method in class org.picketlink.config.federation.KeyProviderType
 
remove(KeyValueType) - Method in class org.picketlink.config.federation.MetadataProviderType
 
remove(ServiceProviderType) - Method in class org.picketlink.config.federation.ServiceProvidersType
 
remove(TokenProviderType) - Method in class org.picketlink.config.federation.TokenProvidersType
 
remove(KeyValueType) - Method in class org.picketlink.config.federation.TokenProviderType
 
removeAdditionalOption(String) - Method in class org.picketlink.config.federation.ProviderType
Remove an option
requestHandler - Variable in class org.picketlink.config.federation.STSType
 
resolveProperty(Object, Class<V>) - Method in class org.picketlink.config.idm.resolver.BasicPropertyResolver
Resolve property value from configuration (usually XML configuration) to real property value, which will be used in IDM configuration
resolveProperty(Object, Class<V>) - Method in interface org.picketlink.config.idm.resolver.PropertyResolver
Resolve property value from configuration (usually XML configuration) to real property value, which will be used in IDM configuration
resolveProperty(Object, Class<V>) - Method in class org.picketlink.config.idm.resolver.PropertyResolverMapper
 
resolvePropertyFromString(String, Class<Class>) - Method in class org.picketlink.config.idm.resolver.BasicPropertyResolver.ClassResolver
 
resolvePropertyFromString(String, Class<V>) - Method in class org.picketlink.config.idm.resolver.BasicPropertyResolver.PropertyEditorDelegateResolver
 
resolvePropertyFromString(String, Class<V>) - Method in class org.picketlink.config.idm.resolver.BasicPropertyResolver
Should be overriden for resolvers, which are able to map simple String to expected java type
resolvePropertyFromString(String, Class<String>) - Method in class org.picketlink.config.idm.resolver.BasicPropertyResolver.StringResolver
 
ROLE_GENERATOR - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
roleGenerator - Variable in class org.picketlink.config.federation.IDPType
 
ROOT_ELEMENT - Static variable in class org.picketlink.config.federation.parsers.STSConfigParser
 
ROOT_ELEMENT - Static variable in class org.picketlink.config.idm.parsers.IDMConfigParser
 

S

SAMLConfigParser - Class in org.picketlink.config.federation.parsers
Parse the SAML IDP/SP config as well as the handlers
SAMLConfigParser() - Constructor for class org.picketlink.config.federation.parsers.SAMLConfigParser
 
SERVER_ENVIRONMENT - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
serverEnvironment - Variable in class org.picketlink.config.federation.ProviderType
 
SERVICE_URL - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
serviceProvider - Variable in class org.picketlink.config.federation.ServiceProvidersType
 
serviceProviders - Variable in class org.picketlink.config.federation.STSType
 
ServiceProvidersType - Class in org.picketlink.config.federation
The service providers specify the token type expected by each service provider.
ServiceProvidersType() - Constructor for class org.picketlink.config.federation.ServiceProvidersType
 
ServiceProviderType - Class in org.picketlink.config.federation
The service provider type contains information about a specific service provider.
ServiceProviderType() - Constructor for class org.picketlink.config.federation.ServiceProviderType
 
serviceURL - Variable in class org.picketlink.config.federation.SPType
 
setAttributeManager(String) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the attributeManager property.
setBindingType(String) - Method in class org.picketlink.config.federation.SPType
 
setCanonicalizationMethod(String) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the canonicalizationMethod property.
setCanonicalizationMethod(String) - Method in class org.picketlink.config.federation.STSType
Sets the value of the canonicalizationMethod property.
setClaimsProcessors(ClaimsProcessorsType) - Method in class org.picketlink.config.federation.STSType
Sets the value of the claimsProcessors property.
setClassName(String) - Method in class org.picketlink.config.federation.KeyProviderType
Sets the value of the className property.
setClassName(String) - Method in class org.picketlink.config.federation.MetadataProviderType
Sets the value of the className property.
setClazz(String) - Method in class org.picketlink.config.federation.handler.Handler
Sets the value of the clazz property.
setClockSkew(Integer) - Method in class org.picketlink.config.federation.STSType
Sets the value of the clockSkew property.
setDialect(String) - Method in class org.picketlink.config.federation.ClaimsProcessorType
Sets the value of the dialect property.
setDomains(String) - Method in class org.picketlink.config.federation.TrustType
Sets the value of the domains property.
setEnableAudit(boolean) - Method in class org.picketlink.config.federation.PicketLinkType
 
setEncAlgo(EncAlgoType) - Method in class org.picketlink.config.federation.EncryptionType
Sets the value of the encAlgo property.
setEncrypt(Boolean) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the encrypt property.
setEncryption(EncryptionType) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the encryption property.
setEncryptToken(Boolean) - Method in class org.picketlink.config.federation.STSType
Sets the value of the encryptToken property.
setEndpoint(String) - Method in class org.picketlink.config.federation.ServiceProviderType
Sets the value of the endpoint property.
setEndpointRegEx(String) - Method in class org.picketlink.config.federation.ServiceProviderType
 
setErrorPage(String) - Method in class org.picketlink.config.federation.SPType
 
setHandlerChainClass(String) - Method in class org.picketlink.config.federation.handler.Handlers
Sets the Handler chain class.
setHandlers(List<Handler>) - Method in class org.picketlink.config.federation.handler.Handlers
Set the list of Handler
setHandlers(Handlers) - Method in class org.picketlink.config.federation.PicketLinkType
 
setHostedURI(String) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the hostedURI property.
setIdentityParticipantStack(String) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the identityParticipantStack property.
setIdentityURL(String) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the identityURL property.
setIdmType(IDMType) - Method in class org.picketlink.config.federation.PicketLinkType
 
setIdpMetadataFile(String) - Method in class org.picketlink.config.federation.SPType
Set the IDP Metadata file String
setIdpOrSP(ProviderType) - Method in class org.picketlink.config.federation.PicketLinkType
 
setIdpUsesPostBinding(boolean) - Method in class org.picketlink.config.federation.SPType
 
setKey(String) - Method in class org.picketlink.config.federation.KeyValueType
Sets the value of the key property.
setKeyProvider(KeyProviderType) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the keyProvider property.
setKeyProvider(KeyProviderType) - Method in class org.picketlink.config.federation.STSType
Sets the value of the keyProvider property.
setKeySize(int) - Method in class org.picketlink.config.federation.EncryptionType
Sets the value of the keySize property.
setLocking(Boolean) - Method in class org.picketlink.config.federation.handler.Handlers
Sets the locking behavior of the handler chain
setLogOutPage(String) - Method in class org.picketlink.config.federation.SPType
 
setLogoutResponseLocation(String) - Method in class org.picketlink.config.federation.SPType
 
setLogoutUrl(String) - Method in class org.picketlink.config.federation.SPType
 
setMetaDataProvider(MetadataProviderType) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the metaDataProvider property.
setName(String) - Method in class org.picketlink.config.federation.handler.Handler
Sets the value of the name property.
setProcessorClass(String) - Method in class org.picketlink.config.federation.ClaimsProcessorType
Sets the value of the processorClass property.
setProviderClass(String) - Method in class org.picketlink.config.federation.TokenProviderType
Sets the value of the providerClass property.
setRelayState(String) - Method in class org.picketlink.config.federation.SPType
 
setRequestHandler(String) - Method in class org.picketlink.config.federation.STSType
Sets the value of the requestHandler property.
setRoleGenerator(String) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the roleGenerator property.
setServerEnvironment(String) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the serverEnvironment property.
setServiceProviders(ServiceProvidersType) - Method in class org.picketlink.config.federation.STSType
Sets the value of the serviceProviders property.
setServiceURL(String) - Method in class org.picketlink.config.federation.SPType
Sets the value of the serviceURL property.
setSigningAlias(String) - Method in class org.picketlink.config.federation.KeyProviderType
Sets the value of the signingAlias property.
setSignToken(Boolean) - Method in class org.picketlink.config.federation.STSType
Sets the value of the signToken property.
setSSLClientAuthentication(boolean) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the supportsSSL property.
setStrictPostBinding(boolean) - Method in class org.picketlink.config.federation.IDPType
Sets the value of the strictPostBinding property.
setSTSName(String) - Method in class org.picketlink.config.federation.STSType
Sets the value of the stsName property.
setStsType(STSType) - Method in class org.picketlink.config.federation.PicketLinkType
 
setSupportsSignature(boolean) - Method in class org.picketlink.config.federation.ProviderType
 
setTokenElement(String) - Method in class org.picketlink.config.federation.TokenProviderType
Sets the value of the tokenElement property.
setTokenElementNS(String) - Method in class org.picketlink.config.federation.TokenProviderType
Sets the value of the tokenElementNS property.
setTokenProviders(TokenProvidersType) - Method in class org.picketlink.config.federation.STSType
Sets the value of the tokenProviders property.
setTokenTimeout(Integer) - Method in class org.picketlink.config.federation.STSType
Sets the value of the tokenTimeout property.
setTokenType(String) - Method in class org.picketlink.config.federation.ServiceProviderType
Sets the value of the tokenType property.
setTokenType(String) - Method in class org.picketlink.config.federation.TokenProviderType
Sets the value of the tokenType property.
setTrust(TrustType) - Method in class org.picketlink.config.federation.ProviderType
Sets the value of the trust property.
setTruststoreAlias(String) - Method in class org.picketlink.config.federation.ServiceProviderType
Sets the value of the truststoreAlias property.
setValue(String) - Method in class org.picketlink.config.federation.KeyValueType
Sets the value of the value property.
SIGNING_ALIAS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
signingAlias - Variable in class org.picketlink.config.federation.KeyProviderType
 
signToken - Variable in class org.picketlink.config.federation.STSType
 
SP - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
SPType - Class in org.picketlink.config.federation
Service Provider Type

Java class for SPType complex type.

SPType() - Constructor for class org.picketlink.config.federation.SPType
 
SSL_CLIENT_AUTHENTICATION - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
STRICT_POST_BINDING - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
STSConfigParser - Class in org.picketlink.config.federation.parsers
A Stax parser for the STS configuration.
STSConfigParser() - Constructor for class org.picketlink.config.federation.parsers.STSConfigParser
 
stsName - Variable in class org.picketlink.config.federation.STSType
 
STSType - Class in org.picketlink.config.federation
Java class for STSType complex type.
STSType() - Constructor for class org.picketlink.config.federation.STSType
 
supports(QName) - Method in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
supports(QName) - Method in class org.picketlink.config.federation.parsers.STSConfigParser
 
supports(QName) - Method in class org.picketlink.config.idm.parsers.IDMConfigParser
 
supports(QName) - Method in class org.picketlink.config.PicketLinkConfigParser
 
SUPPORTS_SIGNATURES - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
supportsSignature - Variable in class org.picketlink.config.federation.ProviderType
 

T

tokenElement - Variable in class org.picketlink.config.federation.TokenProviderType
 
tokenElementNS - Variable in class org.picketlink.config.federation.TokenProviderType
 
tokenProvider - Variable in class org.picketlink.config.federation.TokenProvidersType
 
tokenProviders - Variable in class org.picketlink.config.federation.STSType
 
TokenProvidersType - Class in org.picketlink.config.federation
The token providers specify the classes that handle the requests for each type of security Token.
TokenProvidersType() - Constructor for class org.picketlink.config.federation.TokenProvidersType
 
TokenProviderType - Class in org.picketlink.config.federation
Java class for TokenProviderType complex type.
TokenProviderType() - Constructor for class org.picketlink.config.federation.TokenProviderType
 
tokenTimeout - Variable in class org.picketlink.config.federation.STSType
 
tokenType - Variable in class org.picketlink.config.federation.ServiceProviderType
 
tokenType - Variable in class org.picketlink.config.federation.TokenProviderType
 
TRUST - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
trust - Variable in class org.picketlink.config.federation.ProviderType
 
truststoreAlias - Variable in class org.picketlink.config.federation.ServiceProviderType
 
TrustType - Class in org.picketlink.config.federation
Aspects involved in trust decisions such as the domains that the IDP or the Service Provider trusts.
TrustType() - Constructor for class org.picketlink.config.federation.TrustType
 

V

VALIDATING_ALIAS - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
validatingAlias - Variable in class org.picketlink.config.federation.KeyProviderType
 
value() - Method in enum org.picketlink.config.federation.EncAlgoType
 
value - Variable in class org.picketlink.config.federation.KeyValueType
 
VALUE - Static variable in class org.picketlink.config.federation.parsers.SAMLConfigParser
 
valueOf(String) - Static method in enum org.picketlink.config.federation.EncAlgoType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.picketlink.config.federation.EncAlgoType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLConfigurationProvider - Class in org.picketlink.config.idm
Creating IDM runtime from parsed XML configuration
XMLConfigurationProvider() - Constructor for class org.picketlink.config.idm.XMLConfigurationProvider
 
A B C D E F G H I K L M N O P R S T V X 
PicketLink Config 2.5.4.SP4-redhat-1

Copyright © 2015 JBoss by Red Hat. All rights reserved.