| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
Tier |
IdentityManager.getTier(String id)
Retrieves a
Tier with the given name. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.createTier(Tier tier)
Creates a
Tier. |
IdentityManager |
IdentityManager.forTier(Tier tier)
Returns a contextual
IdentityManager for the given Realm. |
void |
IdentityManager.removeTier(Tier tier)
Removes a
Tier. |
| Modifier and Type | Method and Description |
|---|---|
Tier |
Tier.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tier.setParent(Tier parent) |
| Constructor and Description |
|---|
Tier(String name,
String description,
Tier parent) |
Tier(String name,
Tier applicationTier) |
| Modifier and Type | Method and Description |
|---|---|
Tier |
IdentityStoreInvocationContext.getTier()
Return the active Tier for this context
|
Tier |
PartitionStore.getTier(String tierName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityStoreInvocationContext.setTier(Tier tier)
Sets the active Tier for this context
|
Copyright © 2013. All Rights Reserved.