Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.spi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdGenerator
Default IdGenerator implementation, used to generate unique identifier values for IdentityType implementations
|
Modifier and Type | Method and Description |
---|---|
protected IdGenerator |
AbstractAttributedTypeManager.getIdGenerator() |
IdGenerator |
AbstractIdentityContext.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
protected IdentityContext |
AbstractAttributedTypeManager.createIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator) |
protected IdentityContext |
ContextualIdentityManager.createIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator) |
Constructor and Description |
---|
AbstractIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator) |
AbstractIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator,
PermissionHandlerPolicy permissionHandlerPolicy) |
DefaultIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator) |
DefaultIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator,
PermissionHandlerPolicy permissionHandlerPolicy) |
DefaultPartitionManager(Collection<IdentityConfiguration> configurations,
EventBridge eventBridge,
Collection<PermissionHandler> permissionHandlers,
IdGenerator idGenerator) |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
IdentityContext.getIdGenerator() |
Copyright © 2017. All rights reserved.