Skip navigation links
PicketLink Main Implementation 2.5.5.SP8-redhat-1
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractIdentity - Class in org.picketlink.internal
Base implementation for Identity types.
AbstractIdentity() - Constructor for class org.picketlink.internal.AbstractIdentity
 
AbstractPathAuthorizer - Class in org.picketlink.http.internal.authorization
 
AbstractPathAuthorizer() - Constructor for class org.picketlink.http.internal.authorization.AbstractPathAuthorizer
 
add(IdentityType) - Method in class org.picketlink.internal.SecuredIdentityManager
 
authenticate() - Method in class org.picketlink.authentication.internal.IdmAuthenticator
 
authenticate() - Method in class org.picketlink.internal.AbstractIdentity
 
AuthenticatedAccountContextInitializer - Class in org.picketlink.internal
A ContextInitializer that populates the IdentityContext with a reference to an authenticated Account.
AuthenticatedAccountContextInitializer() - Constructor for class org.picketlink.internal.AuthenticatedAccountContextInitializer
 
AUTHENTICATION_ORIGINAL_PATH - Static variable in class org.picketlink.http.internal.SecurityFilter
 
AUTHENTICATION_SCHEME_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
AUTHORIZATION_TOKEN_HEADER_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
authorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.AbstractPathAuthorizer
 

B

BasicAuthenticationScheme - Class in org.picketlink.http.internal.authentication.schemes
 
BasicAuthenticationScheme() - Constructor for class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 

C

CDIEventBridge - Class in org.picketlink.internal
Converts events raised from PicketLink IDM into CDI events
CDIEventBridge() - Constructor for class org.picketlink.internal.CDIEventBridge
 
challengeClient(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 
challengeClient(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
challengeClient(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
challengeClient(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
We use a 401 http status code to sinalize to clients that authentication is required.
challengeClient(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
clientResponseValue(Digest, char[]) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Given the digest, construct the client response value
contextDestroyed(ServletContextEvent) - Method in class org.picketlink.http.internal.PicketLinkServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.picketlink.http.internal.PicketLinkServletContextListener
 
convertBytesToHex(byte[]) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Convert a byte array to hex
create(CreationalContext<DefaultIdentity>) - Method in class org.picketlink.internal.IdentityBeanDefinition
 
createCredential(String) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Creates a TokenCredential using the token previously extracted from the request.
createIdentityQuery(Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
createPermissionResolver() - Method in class org.picketlink.producer.PermissionResolverProducer
 

D

DEFAULT_REALM_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 
DEFAULT_REALM_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
DefaultIdentity - Class in org.picketlink.internal
Default Identity implementation.
DefaultIdentity() - Constructor for class org.picketlink.internal.DefaultIdentity
 
destroy() - Method in class org.picketlink.http.internal.SecurityFilter
 
destroy(DefaultIdentity, CreationalContext<DefaultIdentity>) - Method in class org.picketlink.internal.IdentityBeanDefinition
 
digest(String[]) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Construct a DigestHolder from the tokens
DigestAuthenticationScheme - Class in org.picketlink.http.internal.authentication.schemes
 
DigestAuthenticationScheme() - Constructor for class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
doAuthorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.AbstractPathAuthorizer
 
doAuthorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.ExpressionPathAuthorizer
 
doAuthorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.GroupPathAuthorizer
 
doAuthorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.RealmPathAuthorizer
 
doAuthorize(PathConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authorization.RolePathAuthorizer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.picketlink.http.internal.SecurityFilter
 

E

ELFunctionMethods - Class in org.picketlink.internal.el
Provides some built-in EL functions.
ELFunctionMethods() - Constructor for class org.picketlink.internal.el.ELFunctionMethods
 
ELProcessor - Class in org.picketlink.internal.el
Provides EL processing.
ELProcessor() - Constructor for class org.picketlink.internal.el.ELProcessor
 
EntityManagerContextInitializer - Class in org.picketlink.internal
A ContextInitializer that sets an EntityManager into the IdentityContext.
EntityManagerContextInitializer() - Constructor for class org.picketlink.internal.EntityManagerContextInitializer
 
EntityManagerProvider - Class in org.picketlink.internal
Provides useful methods to properly manage EntityManager instances and related metadata when using in conjunction with the JPAIdentityStore.
EntityManagerProvider() - Constructor for class org.picketlink.internal.EntityManagerProvider
 
eval(String) - Method in class org.picketlink.internal.el.ELProcessor
 
ExpressionPathAuthorizer - Class in org.picketlink.http.internal.authorization
A default implementation of PathAuthorizer.
ExpressionPathAuthorizer() - Constructor for class org.picketlink.http.internal.authorization.ExpressionPathAuthorizer
 
extract(String, String) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Given a digest token, extract the value
extractCredential(HttpServletRequest, DefaultLoginCredentials) - Method in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 
extractCredential(HttpServletRequest, DefaultLoginCredentials) - Method in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
extractCredential(HttpServletRequest, DefaultLoginCredentials) - Method in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
extractCredential(HttpServletRequest, DefaultLoginCredentials) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
extractCredential(HttpServletRequest, DefaultLoginCredentials) - Method in class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
extractTokenFromRequest(HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Extracts the token from the HttpServletRequest.
extractUsernameAndPassword(HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 

F

fireEvent(Object) - Method in class org.picketlink.internal.CDIEventBridge
 
FormAuthenticationScheme - Class in org.picketlink.http.internal.authentication.schemes
An implementation of HttpAuthenticationScheme that supports the Servlet Specification FORM Authentication Scheme
FormAuthenticationScheme() - Constructor for class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 

G

generateAndCacheNonce(HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 
get() - Method in class org.picketlink.http.internal.authentication.schemes.support.UUIDNonceGenerator
 
getAccount() - Method in class org.picketlink.internal.AbstractIdentity
 
getBeanClass() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getContextPath() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the original context pathGroup used by the original request.
getCookies() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the cookies copied from the original request.
getCredentials() - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Returns the current DefaultLoginCredentials associated with the request.
getEntityManager() - Method in class org.picketlink.internal.EntityManagerProvider
Returns an EntityManager if produced by the application.
getHeaders() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the headers copied from the original request.
getId() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getIdentity() - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Returns the current Identity associated with the request.
getIdentity() - Method in class org.picketlink.http.internal.authorization.AbstractPathAuthorizer
 
getInjectionPoints() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getMappedEntities() - Method in class org.picketlink.internal.EntityManagerProvider
 
getMethod() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the original HTTP method used by the original request.
getName() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getNonceMaxValid() - Method in class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 
getParameters() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the parameters copied from the original request.
getPrimaryAuthenticationScheme() - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Returns the primary HttpAuthenticationScheme that will be used to validate user's credential before issuing a new token.
getQualifiers() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getQueryBuilder() - Method in class org.picketlink.internal.SecuredIdentityManager
 
getQueryString() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the querystring used by the original request.
getRequestURI() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the requestURI used by the original request.
getRequestURI() - Method in class org.picketlink.http.internal.PicketLinkHttpServletRequest
 
getScheme() - Method in class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Returns the original scheme used by the original request.
getScope() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getSecurityConfiguration() - Method in class org.picketlink.extension.PicketLinkExtension
 
getSecurityConfigurationBuilder() - Method in class org.picketlink.extension.PicketLinkExtension
 
getStereotypes() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getTokenConsumer() - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
getTokenProvider() - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
getTypes() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
getUserPrincipal() - Method in class org.picketlink.http.internal.PicketLinkHttpServletRequest
 
GroupPathAuthorizer - Class in org.picketlink.http.internal.authorization
A default implementation of PathAuthorizer.
GroupPathAuthorizer() - Constructor for class org.picketlink.http.internal.authorization.GroupPathAuthorizer
 

H

handleSuccessfulLoginAttempt(Account) - Method in class org.picketlink.internal.AbstractIdentity
 
handleUnsuccesfulLoginAttempt(Throwable) - Method in class org.picketlink.internal.AbstractIdentity
 
hasAttribute(String) - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if an authenticated user is setted with an attribute with the given name.
hasExpired(String, long) - Method in class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 
hasMappedEntities() - Method in class org.picketlink.internal.EntityManagerProvider
Indicates if the EntityManagerProvider.getEntityManager() is configured with any entity class annotated with the PicketLink IDM JPA Annotations.
hasPartition(String) - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if an authenticated user is associated with a partition with the given name.
hasPermission(Object, String) - Method in class org.picketlink.internal.AbstractIdentity
 
hasPermission(Class<?>, Serializable, String) - Method in class org.picketlink.internal.AbstractIdentity
 
hasPermission(Object, String) - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if the user has permissions to a resource considering an operation.
hasRole(String) - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if an authenticated user is granted with a role with the given name.
hasValidNonce(Digest, HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 
HTTPDigestUtil - Class in org.picketlink.http.internal.authentication.schemes.support
Utility class to support HTTP Digest Authentication
HTTPDigestUtil() - Constructor for class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
 
HttpSecurityAnnotationsParser - Class in org.picketlink.http.internal
 
HttpSecurityAnnotationsParser() - Constructor for class org.picketlink.http.internal.HttpSecurityAnnotationsParser
 
HttpServletRequestListener - Class in org.picketlink.http.internal
 
HttpServletRequestListener() - Constructor for class org.picketlink.http.internal.HttpServletRequestListener
 

I

IdentityBeanDefinition - Class in org.picketlink.internal
Customizes the Identity behavior accordingly with the configuration provided by the application.
IdentityBeanDefinition(BeanManager) - Constructor for class org.picketlink.internal.IdentityBeanDefinition
 
IdentityManagementConfiguration - Class in org.picketlink.producer
The configuration is built depending on the existence of any IdentityConfiguration produced by the application.
IdentityManagementConfiguration() - Constructor for class org.picketlink.producer.IdentityManagementConfiguration
 
IdentityManagementProducer - Class in org.picketlink.producer
This bean is responsible for initializing the PicketLink IDM subsystem as well produce some core components such as:
IdentityManagementProducer() - Constructor for class org.picketlink.producer.IdentityManagementProducer
 
IdmAuthenticator - Class in org.picketlink.authentication.internal
Authenticator that uses the Identity Management API to authenticate.
IdmAuthenticator() - Constructor for class org.picketlink.authentication.internal.IdmAuthenticator
 
init(FilterConfig) - Method in class org.picketlink.http.internal.SecurityFilter
 
init() - Method in class org.picketlink.internal.EntityManagerProvider
 
init() - Method in class org.picketlink.producer.IdentityManagementProducer
 
init(Instance<PermissionVoter>) - Method in class org.picketlink.producer.PermissionResolverProducer
 
initContextForStore(IdentityContext, IdentityStore<?>) - Method in class org.picketlink.internal.AuthenticatedAccountContextInitializer
 
initContextForStore(IdentityContext, IdentityStore<?>) - Method in class org.picketlink.internal.EntityManagerContextInitializer
 
initialize(BasicAuthenticationConfiguration) - Method in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 
initialize(DigestAuthenticationConfiguration) - Method in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
initialize(FormAuthenticationConfiguration) - Method in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
initialize(TokenAuthenticationConfiguration) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
initialize(X509AuthenticationConfiguration) - Method in class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
isAjaxRequest(HttpServletRequest) - Static method in class org.picketlink.http.internal.util.RequestUtil
Checks if the given HttpServletRequest was sent using AJAX.
isAlternative() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
isLoggedIn() - Method in class org.picketlink.internal.AbstractIdentity
 
isLoggedIn() - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if the user is logged in.
isMember(String) - Static method in class org.picketlink.internal.el.ELFunctionMethods
Checks if an authenticated user is member of the a group with the given name.
isNullable() - Method in class org.picketlink.internal.IdentityBeanDefinition
 
issueToken(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Issues a token for a previously authenticated Account using the configured Token.Provider.
isUserInRole(String) - Method in class org.picketlink.http.internal.PicketLinkHttpServletRequest
 

J

J_PASSWORD - Static variable in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
J_SECURITY_CHECK - Static variable in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
J_USERNAME - Static variable in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 

L

login(String, String) - Method in class org.picketlink.http.internal.PicketLinkHttpServletRequest
 
login() - Method in class org.picketlink.internal.AbstractIdentity
 
logout() - Method in class org.picketlink.http.internal.PicketLinkHttpServletRequest
 
logout() - Method in class org.picketlink.internal.AbstractIdentity
 
logout(boolean) - Method in class org.picketlink.internal.AbstractIdentity
 
lookupIdentityById(Class<T>, String) - Method in class org.picketlink.internal.SecuredIdentityManager
 

M

matchCredential(Digest, char[]) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Match the Client Response value with a generated digest based on the password
matches(HttpServletRequest) - Method in class org.picketlink.http.internal.PathMatcher
 
md5(String) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Determine the message digest

N

NonceCache - Class in org.picketlink.http.internal.authentication.schemes.support
 
NonceCache() - Constructor for class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 

O

onPostAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.BasicAuthenticationScheme
 
onPostAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
onPostAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.FormAuthenticationScheme
 
onPostAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
onPostAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
org.picketlink.authentication.internal - package org.picketlink.authentication.internal
 
org.picketlink.extension - package org.picketlink.extension
 
org.picketlink.http.internal - package org.picketlink.http.internal
 
org.picketlink.http.internal.authentication.schemes - package org.picketlink.http.internal.authentication.schemes
 
org.picketlink.http.internal.authentication.schemes.support - package org.picketlink.http.internal.authentication.schemes.support
 
org.picketlink.http.internal.authorization - package org.picketlink.http.internal.authorization
 
org.picketlink.http.internal.util - package org.picketlink.http.internal.util
 
org.picketlink.internal - package org.picketlink.internal
 
org.picketlink.internal.el - package org.picketlink.internal.el
 
org.picketlink.producer - package org.picketlink.producer
 
ORIGINAL_REQUEST_ATTRIBUTE_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.support.RequestCache
 

P

PathMatcher - Class in org.picketlink.http.internal
 
PathMatcher(Map<String, List<PathConfiguration>>, ELProcessor) - Constructor for class org.picketlink.http.internal.PathMatcher
 
PermissionResolverProducer - Class in org.picketlink.producer
Defines the producer method for the application's PermissionResolver instance
PermissionResolverProducer() - Constructor for class org.picketlink.producer.PermissionResolverProducer
 
PermissionVoterProducer - Class in org.picketlink.producer
Defines a default producer method for PersistentPermissionVoter instances.
PermissionVoterProducer() - Constructor for class org.picketlink.producer.PermissionVoterProducer
 
PICKETLINK_SECURITY_FILTER_NAME - Static variable in class org.picketlink.http.internal.PicketLinkServletContextListener
 
PicketLinkExtension - Class in org.picketlink.extension
Extension responsible for:
PicketLinkExtension() - Constructor for class org.picketlink.extension.PicketLinkExtension
 
PicketLinkFunctionMapper - Class in org.picketlink.internal.el
FunctionMapper for built-in EL functions.
PicketLinkFunctionMapper() - Constructor for class org.picketlink.internal.el.PicketLinkFunctionMapper
 
PicketLinkHttpServletRequest - Class in org.picketlink.http.internal
PicketLink wrapper to HttpServletRequest instances.
PicketLinkHttpServletRequest(HttpServletRequest, Identity, DefaultLoginCredentials, PartitionManager, ELProcessor) - Constructor for class org.picketlink.http.internal.PicketLinkHttpServletRequest
 
PicketLinkServletContextListener - Class in org.picketlink.http.internal
A ServletContextListener responsible for configure the PicketLink Security Filter to an application.
PicketLinkServletContextListener() - Constructor for class org.picketlink.http.internal.PicketLinkServletContextListener
 
postAuthenticate(Authenticator) - Method in class org.picketlink.internal.AbstractIdentity
 
processAnnotatedType(Class<?>) - Method in class org.picketlink.http.internal.HttpSecurityAnnotationsParser
 
produce() - Method in class org.picketlink.http.internal.HttpServletRequestListener
 
produceIdentityManager() - Method in class org.picketlink.producer.IdentityManagementProducer
IdentityManager instances are produced accordingly to the current Partition in use.
producePartitionManager() - Method in class org.picketlink.producer.IdentityManagementProducer
 
producePermissionManager() - Method in class org.picketlink.producer.IdentityManagementProducer
 
producePermissionVoter(PartitionManager) - Method in class org.picketlink.producer.PermissionVoterProducer
 
produceRelationshipManager() - Method in class org.picketlink.producer.IdentityManagementProducer
 

Q

quoteTokenize(String) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
Given the standard client response in HTTP/Digest mechanism, generate a set of string tokens that retains the quotes

R

raiseEvent(Object) - Method in class org.picketlink.internal.CDIEventBridge
 
REALM_NAME_INIT_PARAM - Static variable in class org.picketlink.http.internal.authentication.schemes.DigestAuthenticationScheme
 
RealmPathAuthorizer - Class in org.picketlink.http.internal.authorization
A default implementation of PathAuthorizer.
RealmPathAuthorizer() - Constructor for class org.picketlink.http.internal.authorization.RealmPathAuthorizer
 
remove(IdentityType) - Method in class org.picketlink.internal.SecuredIdentityManager
 
removeAndStoreSavedRequestInSession(HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.support.RequestCache
Removes a cached request and stores it in the session.
removeCredential(Account, Class<? extends CredentialStorage>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
RequestCache - Class in org.picketlink.http.internal.authentication.schemes.support
This class maintains a cache of SavedRequest instances created from HttpServletRequest instances.
RequestCache() - Constructor for class org.picketlink.http.internal.authentication.schemes.support.RequestCache
 
requestDestroyed(ServletRequestEvent) - Method in class org.picketlink.http.internal.HttpServletRequestListener
 
requestInitialized(ServletRequestEvent) - Method in class org.picketlink.http.internal.HttpServletRequestListener
 
RequestUtil - Class in org.picketlink.http.internal.util
 
RequestUtil() - Constructor for class org.picketlink.http.internal.util.RequestUtil
 
REQUIRES_AUTHENTICATION_HEADER_NAME - Static variable in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 
resolveFunction(String, String) - Method in class org.picketlink.internal.el.PicketLinkFunctionMapper
 
retrieveCredentials(Account, Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
retrieveCurrentCredential(Account, Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
RolePathAuthorizer - Class in org.picketlink.http.internal.authorization
A default implementation of PathAuthorizer.
RolePathAuthorizer() - Constructor for class org.picketlink.http.internal.authorization.RolePathAuthorizer
 
run() - Method in class org.picketlink.http.internal.authentication.schemes.support.NonceCache
 

S

SavedRequest - Class in org.picketlink.http.internal.authentication.schemes.support
This class is a representation of the state of a previous HttpServletRequest instance.
SavedRequest(HttpServletRequest) - Constructor for class org.picketlink.http.internal.authentication.schemes.support.SavedRequest
Create a new instance copying the state from the request passed as argument.
saveRequest(HttpServletRequest) - Method in class org.picketlink.http.internal.authentication.schemes.support.RequestCache
Saves a HttpServletRequest as a SavedRequest instance.
SecuredIdentityManager - Class in org.picketlink.internal
Decorator for IdentityManager that provides secured identity management operations
SecuredIdentityManager(IdentityManager) - Constructor for class org.picketlink.internal.SecuredIdentityManager
 
SecurityFilter - Class in org.picketlink.http.internal
 
SecurityFilter() - Constructor for class org.picketlink.http.internal.SecurityFilter
 
setSecurityConfiguration(SecurityConfiguration) - Method in class org.picketlink.internal.IdentityBeanDefinition
 

T

TokenAuthenticationScheme - Class in org.picketlink.http.internal.authentication.schemes
A custom HttpAuthenticationScheme that knows how to extract a header from the request containing a token to authenticate/re-authenticate an user.
TokenAuthenticationScheme() - Constructor for class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
 

U

update(IdentityType) - Method in class org.picketlink.internal.SecuredIdentityManager
 
updateCredential(Account, Object) - Method in class org.picketlink.internal.SecuredIdentityManager
 
updateCredential(Account, Object, Date, Date) - Method in class org.picketlink.internal.SecuredIdentityManager
 
userName(String) - Static method in class org.picketlink.http.internal.authentication.schemes.support.HTTPDigestUtil
 
UUIDNonceGenerator - Class in org.picketlink.http.internal.authentication.schemes.support
A nonce generator that uses UUID level 4
UUIDNonceGenerator() - Constructor for class org.picketlink.http.internal.authentication.schemes.support.UUIDNonceGenerator
 

V

validateCredentials(Credentials) - Method in class org.picketlink.internal.SecuredIdentityManager
 

W

writeToken(String, HttpServletRequest, HttpServletResponse) - Method in class org.picketlink.http.internal.authentication.schemes.TokenAuthenticationScheme
Writes the issuedToken to the HttpServletResponse.

X

X509_CLIENT_CERT_REQUEST_ATTRIBUTE - Static variable in class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
X509AuthenticationScheme - Class in org.picketlink.http.internal.authentication.schemes
An implementation of HttpAuthenticationScheme that supports the Servlet Specification CLIENT-CERT Authentication Scheme
X509AuthenticationScheme() - Constructor for class org.picketlink.http.internal.authentication.schemes.X509AuthenticationScheme
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
PicketLink Main Implementation 2.5.5.SP8-redhat-1

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