Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.credential.handler | |
org.picketlink.idm.internal | |
org.picketlink.idm.model.basic | |
org.picketlink.internal | |
org.picketlink.producer |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
PartitionManager.createIdentityManager()
Creates an
IdentityManager instance for the default partition. |
IdentityManager |
PartitionManager.createIdentityManager(Partition partition)
Creates an
IdentityManager for the specified partition. |
Modifier and Type | Method and Description |
---|---|
protected IdentityManager |
AbstractCredentialHandler.getIdentityManager(IdentityContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ContextualIdentityManager
Default implementation of the IdentityManager interface.
|
Modifier and Type | Method and Description |
---|---|
IdentityManager |
DefaultPartitionManager.createIdentityManager() |
IdentityManager |
DefaultPartitionManager.createIdentityManager(Partition partition) |
Modifier and Type | Method and Description |
---|---|
static Agent |
BasicModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent instance with the given loginName . |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupPath)
Returns a
Group instance with the specified groupPath . |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
static Role |
BasicModel.getRole(IdentityManager identityManager,
String name)
Returns an
Role instance with the given name . |
static User |
BasicModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User instance with the given loginName . |
Modifier and Type | Class and Description |
---|---|
class |
SecuredIdentityManager
Decorator for IdentityManager that provides secured identity management operations
|
Constructor and Description |
---|
SecuredIdentityManager(IdentityManager decorated) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
IdentityManagementProducer.produceIdentityManager()
IdentityManager instances are produced accordingly to the current Partition in use. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.