PicketLink Main Implementation 2.5.3.SP10-redhat-1
A C D E G H I L M O P R S T U V 

A

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.DefaultIdentity
 

C

CDIEventBridge - Class in org.picketlink.internal
Converts events raised from PicketLink IDM into CDI events
CDIEventBridge() - Constructor for class org.picketlink.internal.CDIEventBridge
 
configure(IdentityConfigurationBuilder) - Method in class org.picketlink.internal.IdentityStoreAutoConfiguration
 
createIdentityManager() - Method in class org.picketlink.producer.IdentityManagerProducer
IdentityManager instances are produced accordingly to the current Partition in use.
createIdentityQuery(Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
createPartitionManager() - Method in class org.picketlink.producer.IdentityManagerProducer
 
createPermissionManager() - Method in class org.picketlink.producer.IdentityManagerProducer
 
createPermissionResolver() - Method in class org.picketlink.producer.PermissionResolverProducer
 
createRelationshipManager() - Method in class org.picketlink.producer.IdentityManagerProducer
 

D

DefaultCache<K,V> - Class in org.picketlink.internal.cache
Default instance of Cache which is essentially ConcurrentHashMap
DefaultCache() - Constructor for class org.picketlink.internal.cache.DefaultCache
 
DefaultCacheManager<K,V> - Class in org.picketlink.internal.cache
Default implementation of CacheManager
DefaultCacheManager() - Constructor for class org.picketlink.internal.cache.DefaultCacheManager
 
DefaultIdentity - Class in org.picketlink.internal
Default Identity implementation
DefaultIdentity() - Constructor for class org.picketlink.internal.DefaultIdentity
 
DefaultStatelessIdentity - Class in org.picketlink.internal
Specialization of DefaultIdentity providing a stateless behavior to the authentication process.
DefaultStatelessIdentity() - Constructor for class org.picketlink.internal.DefaultStatelessIdentity
 

E

EEJPAContextInitializer - Class in org.picketlink.internal
 
EEJPAContextInitializer() - Constructor for class org.picketlink.internal.EEJPAContextInitializer
 

G

getAccount() - Method in class org.picketlink.internal.DefaultIdentity
 
getCache(String) - Method in class org.picketlink.internal.cache.DefaultCacheManager
 
getEntities() - Method in class org.picketlink.internal.IdentityStoreAutoConfiguration
 

H

handleSuccessfulLoginAttempt(Account) - Method in class org.picketlink.internal.DefaultIdentity
 
handleUnsuccesfulLoginAttempt(Throwable) - Method in class org.picketlink.internal.DefaultIdentity
 
hasPermission(Object, String) - Method in class org.picketlink.internal.DefaultIdentity
 
hasPermission(Class<?>, Serializable, String) - Method in class org.picketlink.internal.DefaultIdentity
 

I

IdentityManagerProducer - Class in org.picketlink.producer
This bean is responsible for initializing the PicketLink IDM subsystem as well produce some core components such as:
IdentityManagerProducer() - Constructor for class org.picketlink.producer.IdentityManagerProducer
 
IdentityStoreAutoConfiguration - Class in org.picketlink.internal
Automatic configuration builder for JPAIdentityStore - this CDI extension registers any entity bean classes that are annotated with the PicketLink Identity Management JPA annotations.
IdentityStoreAutoConfiguration() - Constructor for class org.picketlink.internal.IdentityStoreAutoConfiguration
 
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() - Method in class org.picketlink.producer.IdentityManagerProducer
 
init(Instance<PermissionVoter>) - Method in class org.picketlink.producer.PermissionResolverProducer
 
initContextForStore(IdentityContext, IdentityStore<?>) - Method in class org.picketlink.internal.EEJPAContextInitializer
 
isEmpty(String) - Static method in class org.picketlink.internal.util.Strings
 
isLoggedIn() - Method in class org.picketlink.internal.DefaultIdentity
 

L

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

M

map - Variable in class org.picketlink.internal.cache.DefaultCacheManager
 

O

org.picketlink.authentication.internal - package org.picketlink.authentication.internal
 
org.picketlink.internal - package org.picketlink.internal
 
org.picketlink.internal.cache - package org.picketlink.internal.cache
Package contains default cache implementation
org.picketlink.internal.util - package org.picketlink.internal.util
 
org.picketlink.producer - package org.picketlink.producer
 

P

PermissionResolverProducer - Class in org.picketlink.producer
Defines the producer method for the application's PermissionResolver instance
PermissionResolverProducer() - Constructor for class org.picketlink.producer.PermissionResolverProducer
 
postAuthenticate(Authenticator) - Method in class org.picketlink.internal.DefaultIdentity
 
processAnnotatedType(ProcessAnnotatedType<X>, BeanManager) - Method in class org.picketlink.internal.IdentityStoreAutoConfiguration
 

R

raiseEvent(Object) - Method in class org.picketlink.internal.CDIEventBridge
 
remove(IdentityType) - Method in class org.picketlink.internal.SecuredIdentityManager
 
retrieveCredentials(Account, Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 
retrieveCurrentCredential(Account, Class<T>) - Method in class org.picketlink.internal.SecuredIdentityManager
 

S

SecuredIdentityManager - Class in org.picketlink.internal
Decorator for IdentityManager that provides secured identity management operations
SecuredIdentityManager(IdentityManager) - Constructor for class org.picketlink.internal.SecuredIdentityManager
 
setCache(String, Cache<K, V>) - Method in class org.picketlink.internal.cache.DefaultCacheManager
Set the cache
Strings - Class in org.picketlink.internal.util
 
Strings() - Constructor for class org.picketlink.internal.util.Strings
 

T

toClassNameString(String, Object...) - Static method in class org.picketlink.internal.util.Strings
 
toString(Object...) - Static method in class org.picketlink.internal.util.Strings
 
toString(String, Object...) - Static method in class org.picketlink.internal.util.Strings
 

U

unqualify(String) - Static method in class org.picketlink.internal.util.Strings
 
unqualify(String, char) - Static method in class org.picketlink.internal.util.Strings
 
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
 

V

validateCredentials(Credentials) - Method in class org.picketlink.internal.SecuredIdentityManager
 
A C D E G H I L M O P R S T U V 
PicketLink Main Implementation 2.5.3.SP10-redhat-1

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.