| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.credential.handler | |
| org.picketlink.idm.model.basic |
| 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 | 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. |
Copyright © 2014. All Rights Reserved.