| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.credential.handler | |
| org.picketlink.idm.model.sample |
| 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 |
SampleModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent with the given loginName. |
static Group |
SampleModel.getGroup(IdentityManager identityManager,
String groupPath)
Returns the
Group with the specified groupPath. |
static Group |
SampleModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
static Role |
SampleModel.getRole(IdentityManager identityManager,
String name)
Returns an
Role with the given name. |
static User |
SampleModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User with the given loginName. |
Copyright © 2013. All Rights Reserved.