A B C E G H I K M N O R S U V

A

AbstractIdentityType - Class in org.jboss.picketlink.idm.model
Abstract base class for IdentityType implementations
AbstractIdentityType() - Constructor for class org.jboss.picketlink.idm.model.AbstractIdentityType
 
addAttributeFilter(String, String[]) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
addToGroup(IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 

B

build() - Method in class org.jboss.picketlink.idm.spi.IdentityStoreConfigurationBuilder
The IdentityStoreConfiguration that is built

C

config(String) - Static method in class org.jboss.picketlink.idm.spi.IdentityStoreConfigurationBuilder
Create a IdentityStoreConfiguration from the Fully Qualified Name of a Configuration Builder
config(Class<?>) - Static method in class org.jboss.picketlink.idm.spi.IdentityStoreConfigurationBuilder
Create a IdentityStoreConfiguration from the Class of a Configuration Builder
createGroup(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createGroup(String, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createGroup(String, String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createGroup(String, Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
createGroupQuery() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createMembership(Role, User, Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
createMembershipQuery() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createRole(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createRole(String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
createRoleQuery() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createUser(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
createUser(String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
createUserQuery() - Method in interface org.jboss.picketlink.idm.IdentityManager
 

E

executeQuery(GroupQuery) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
executeQuery(MembershipQuery) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
executeQuery(RoleQuery) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
executeQuery(UserQuery) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
executeQuery(UserQuery, Range) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
executeQuery(GroupQuery, Range) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
executeQuery(RoleQuery, Range) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
executeQuery(MembershipQuery, Range) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 

G

getAllGroups() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getAllRoles() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getAllUsers() - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getAttribute(String) - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
getAttribute(String) - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getAttributeFilters() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getAttributeFilters() - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
getAttributeFilters() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getAttributes() - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
getAttributes() - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getAttributes(User) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getAttributes(Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getAttributes(Role) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getAttributeValues(String) - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
getAttributeValues(String) - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getAttributeValues(User, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getAttributeValues(Group, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getAttributeValues(Role, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getCreationDate() - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
getCreationDate() - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getEmail() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getEmail() - Method in interface org.jboss.picketlink.idm.model.User
 
getEmail() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getEnabled() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getExpirationDate() - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
getExpirationDate() - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getFirstName() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getFirstName() - Method in interface org.jboss.picketlink.idm.model.User
 
getFirstName() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getFullName() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getFullName() - Method in interface org.jboss.picketlink.idm.model.User
 
getGroup(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getGroup(String, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getGroup() - Method in interface org.jboss.picketlink.idm.model.Membership
 
getGroup() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
getGroup(String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getGroupMembers(Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getId() - Method in interface org.jboss.picketlink.idm.model.Group
Groups are stored in tree hierarchy and therefore ID represents a path.
getId() - Method in class org.jboss.picketlink.idm.model.SimpleGroup
 
getId() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getId() - Method in interface org.jboss.picketlink.idm.model.User
 
getId() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getImmutable() - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
getImmutable() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getKey() - Method in interface org.jboss.picketlink.idm.model.IdentityType
 
getKey() - Method in class org.jboss.picketlink.idm.model.SimpleGroup
 
getKey() - Method in class org.jboss.picketlink.idm.model.SimpleRole
 
getKey() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getLastName() - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
getLastName() - Method in interface org.jboss.picketlink.idm.model.User
 
getLastName() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getLimit() - Method in class org.jboss.picketlink.idm.query.Range
 
getMembership(Role, User, Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getName() - Method in interface org.jboss.picketlink.idm.model.Group
Group name is unique identifier in specific group tree branch.
getName() - Method in interface org.jboss.picketlink.idm.model.Role
 
getName() - Method in class org.jboss.picketlink.idm.model.SimpleGroup
 
getName() - Method in class org.jboss.picketlink.idm.model.SimpleRole
 
getName() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getName() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getOffset() - Method in class org.jboss.picketlink.idm.query.Range
 
getParentGroup() - Method in interface org.jboss.picketlink.idm.model.Group
 
getParentGroup() - Method in class org.jboss.picketlink.idm.model.SimpleGroup
 
getParentGroup() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getRange() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getRange() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
getRange() - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
getRange() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getRelatedGroup() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getRelatedUser() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getRole(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getRole() - Method in interface org.jboss.picketlink.idm.model.Membership
 
getRole() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
getRole() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
getRole() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
getRole(String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
getRoles(IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getUser(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
getUser() - Method in interface org.jboss.picketlink.idm.model.Membership
 
getUser() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
getUser(String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
grantRole(Role, IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
Group - Interface in org.jboss.picketlink.idm.model
Group representation
GroupQuery - Interface in org.jboss.picketlink.idm.query
GroupQuery.

H

hasRole(Role, IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 

I

IdentityManager - Interface in org.jboss.picketlink.idm
IdentityManager
IdentityStore - Interface in org.jboss.picketlink.idm.spi
IdentityStore representation providing minimal SPI
IdentityStoreConfiguration - Class in org.jboss.picketlink.idm.spi
Represents a configuration for IdentityStore
IdentityStoreConfiguration() - Constructor for class org.jboss.picketlink.idm.spi.IdentityStoreConfiguration
 
IdentityStoreConfigurationBuilder - Class in org.jboss.picketlink.idm.spi
Configuration Builder
IdentityStoreConfigurationBuilder() - Constructor for class org.jboss.picketlink.idm.spi.IdentityStoreConfigurationBuilder
 
IdentityType - Interface in org.jboss.picketlink.idm.model
IdentityObject
immutable() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
immutable() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
isEnabled() - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
isEnabled() - Method in interface org.jboss.picketlink.idm.model.IdentityType
 

K

KEY_PREFIX - Static variable in interface org.jboss.picketlink.idm.model.Group
 
KEY_PREFIX - Static variable in interface org.jboss.picketlink.idm.model.Role
 
KEY_PREFIX - Static variable in interface org.jboss.picketlink.idm.model.User
 

M

Membership - Interface in org.jboss.picketlink.idm.model
Membership links User, Group and Role.
MembershipQuery - Interface in org.jboss.picketlink.idm.query
MembershipQuery.

N

next() - Method in class org.jboss.picketlink.idm.query.Range
 

O

of(int, int) - Method in class org.jboss.picketlink.idm.query.Range
 
org.jboss.picketlink.idm - package org.jboss.picketlink.idm
 
org.jboss.picketlink.idm.model - package org.jboss.picketlink.idm.model
 
org.jboss.picketlink.idm.query - package org.jboss.picketlink.idm.query
 
org.jboss.picketlink.idm.spi - package org.jboss.picketlink.idm.spi
 

R

Range - Class in org.jboss.picketlink.idm.query
Represent range in paginated query
removeAttribute(String) - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
removeAttribute(String) - Method in interface org.jboss.picketlink.idm.model.IdentityType
Remove attribute with given name
removeAttribute(User, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
removeAttribute(Group, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
Remove attribute with given name
removeAttribute(Role, String) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
Remove attribute with given name
removeFromGroup(IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeGroup(Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeGroup(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeGroup(Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
removeMembership(Role, User, Group) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
removeRole(Role) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeRole(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeRole(Role) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
removeUser(User) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeUser(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
removeUser(User) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
 
reset() - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
reset() - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
reset() - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
reset() - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
revokeRole(Role, IdentityType, Group) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
Role - Interface in org.jboss.picketlink.idm.model
Role representation
RoleQuery - Interface in org.jboss.picketlink.idm.query
RoleQuery.

S

SecurityConfigurationException - Exception in org.jboss.picketlink.idm
This exception is thrown when a problem is found with the Security API configuration
SecurityConfigurationException() - Constructor for exception org.jboss.picketlink.idm.SecurityConfigurationException
 
SecurityConfigurationException(String, Throwable) - Constructor for exception org.jboss.picketlink.idm.SecurityConfigurationException
 
SecurityConfigurationException(String) - Constructor for exception org.jboss.picketlink.idm.SecurityConfigurationException
 
SecurityConfigurationException(Throwable) - Constructor for exception org.jboss.picketlink.idm.SecurityConfigurationException
 
SecurityException - Exception in org.jboss.picketlink.idm
Any exception that is raised by the security module extends from this runtime exception class, making it easy for other modules and extensions to catch all security-related exceptions in a single catch block, if need be.
SecurityException() - Constructor for exception org.jboss.picketlink.idm.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.jboss.picketlink.idm.SecurityException
 
SecurityException(String) - Constructor for exception org.jboss.picketlink.idm.SecurityException
 
SecurityException(Throwable) - Constructor for exception org.jboss.picketlink.idm.SecurityException
 
setAttribute(String, String) - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
setAttribute(String, String[]) - Method in class org.jboss.picketlink.idm.model.AbstractIdentityType
 
setAttribute(String, String) - Method in interface org.jboss.picketlink.idm.model.IdentityType
Set attribute with given name and value.
setAttribute(String, String[]) - Method in interface org.jboss.picketlink.idm.model.IdentityType
Set attribute with given name and values.
setAttribute(User, String, String[]) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
Set attribute with given name and values.
setAttribute(Group, String, String[]) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
Set attribute with given name and values.
setAttribute(Role, String, String[]) - Method in interface org.jboss.picketlink.idm.spi.IdentityStore
Set attribute with given name and values.
setAttributeFilter(String, String[]) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setAttributeFilter(String, String[]) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setEmail(String) - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
setEmail(String) - Method in interface org.jboss.picketlink.idm.model.User
 
setEmail(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setEnabled(IdentityType, boolean) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
setEnabled(boolean) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setExpirationDate(IdentityType, Date) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
setFirstName(String) - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
setFirstName(String) - Method in interface org.jboss.picketlink.idm.model.User
 
setFirstName(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setGroup(Group) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setGroup(String) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setGroup(Group) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setGroup(String) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setId(String) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setLastName(String) - Method in class org.jboss.picketlink.idm.model.SimpleUser
 
setLastName(String) - Method in interface org.jboss.picketlink.idm.model.User
 
setLastName(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setName(String) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setName(String) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setName(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setOwner(IdentityType) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setParentGroup(Group) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setParentGroup(String) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRange(Range) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRange(Range) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setRange(Range) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
setRange(Range) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setRelatedGroup(Group) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setRelatedGroup(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setRelatedUser(User) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRelatedUser(String) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRole(Role) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRole(String) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
setRole(Role) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setRole(String) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setRole(Role) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setRole(String) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 
setUser(User) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
setUser(String) - Method in interface org.jboss.picketlink.idm.query.MembershipQuery
 
SimpleGroup - Class in org.jboss.picketlink.idm.model
Simple implementation of the Group interface
SimpleGroup(String, String, Group) - Constructor for class org.jboss.picketlink.idm.model.SimpleGroup
 
SimpleRole - Class in org.jboss.picketlink.idm.model
Simple implementation of the Role interface
SimpleRole(String) - Constructor for class org.jboss.picketlink.idm.model.SimpleRole
 
SimpleUser - Class in org.jboss.picketlink.idm.model
A simple User implementation
SimpleUser(String) - Constructor for class org.jboss.picketlink.idm.model.SimpleUser
 
sort(boolean) - Method in interface org.jboss.picketlink.idm.query.GroupQuery
 
sort(boolean) - Method in interface org.jboss.picketlink.idm.query.RoleQuery
 
sort(boolean) - Method in interface org.jboss.picketlink.idm.query.UserQuery
 

U

updatePassword(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 
User - Interface in org.jboss.picketlink.idm.model
User representation
UserQuery - Interface in org.jboss.picketlink.idm.query
UserQuery.

V

validatePassword(String) - Method in interface org.jboss.picketlink.idm.IdentityManager
 

A B C E G H I K M N O R S U V

Copyright © 2012. All Rights Reserved.