|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentityType | |
|---|---|
| org.jboss.picketlink.idm | |
| org.jboss.picketlink.idm.model | |
| org.jboss.picketlink.idm.query | |
| Uses of IdentityType in org.jboss.picketlink.idm |
|---|
| Methods in org.jboss.picketlink.idm that return types with arguments of type IdentityType | |
|---|---|
Collection<IdentityType> |
IdentityManager.getGroupMembers(Group group)
|
| Methods in org.jboss.picketlink.idm with parameters of type IdentityType | |
|---|---|
void |
IdentityManager.addToGroup(IdentityType identityType,
Group group)
|
Collection<Role> |
IdentityManager.getRoles(IdentityType identityType,
Group group)
|
void |
IdentityManager.grantRole(Role role,
IdentityType identityType,
Group group)
|
boolean |
IdentityManager.hasRole(Role role,
IdentityType identityType,
Group group)
|
void |
IdentityManager.removeFromGroup(IdentityType identityType,
Group group)
|
void |
IdentityManager.revokeRole(Role role,
IdentityType identityType,
Group group)
|
void |
IdentityManager.setEnabled(IdentityType identityType,
boolean enabled)
|
void |
IdentityManager.setExpirationDate(IdentityType identityType,
Date expirationDate)
|
| Uses of IdentityType in org.jboss.picketlink.idm.model |
|---|
| Subinterfaces of IdentityType in org.jboss.picketlink.idm.model | |
|---|---|
interface |
Group
Group representation |
interface |
Role
Role representation |
interface |
User
User representation |
| Classes in org.jboss.picketlink.idm.model that implement IdentityType | |
|---|---|
class |
AbstractIdentityType
Abstract base class for IdentityType implementations |
class |
SimpleGroup
Simple implementation of the Group interface |
class |
SimpleRole
Simple implementation of the Role interface |
class |
SimpleUser
A simple User implementation |
| Uses of IdentityType in org.jboss.picketlink.idm.query |
|---|
| Methods in org.jboss.picketlink.idm.query with parameters of type IdentityType | |
|---|---|
RoleQuery |
RoleQuery.setOwner(IdentityType owner)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||