| Package | Description |
|---|---|
| org.picketlink.idm |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.add(IdentityType identityType)
Adds the given
IdentityType instance to the configured identity store. |
void |
IdentityManager.add(Relationship relationship)
Adds the given
Relationship instance to the configured identity store. |
IdentityManager |
IdentityManager.forRealm(Realm realm)
Returns a contextual
IdentityManager for the given Realm. |
Agent |
IdentityManager.getAgent(String loginName)
Returns an
Agent with the given loginName. |
void |
IdentityManager.remove(IdentityType value)
Removes the given
IdentityType instance from the configured identity store. |
void |
IdentityManager.update(IdentityType identityType)
Updates the given
IdentityType instance. |
Copyright © 2013. All Rights Reserved.