Modifier and Type | Field and Description |
---|---|
private StorageService<String,TransientIdEntry> |
TransientIdAttributeDefinition.idStore
Store used to map tokens to principals.
|
Constructor and Description |
---|
TransientIdAttributeDefinition(StorageService<String,TransientIdEntry> store)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private StorageService<String,TransientIdEntry> |
TransientPrincipalConnector.identifierStore
Store used to map transient identifier tokens to principal names.
|
Constructor and Description |
---|
TransientPrincipalConnector(StorageService<String,TransientIdEntry> store)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private StorageService<String,TransientIdEntry> |
TransientIdAttributeDefinitionFactoryBean.identifierStore
Store used to map transient identifier tokens to principal names.
|
Modifier and Type | Method and Description |
---|---|
StorageService<String,TransientIdEntry> |
TransientIdAttributeDefinitionFactoryBean.getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
Modifier and Type | Method and Description |
---|---|
void |
TransientIdAttributeDefinitionFactoryBean.setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
Modifier and Type | Field and Description |
---|---|
private StorageService<String,TransientIdEntry> |
TransientPrincipalConnectorFactoryBean.identifierStore
Store used to map transient identifier tokens to principal names.
|
Modifier and Type | Method and Description |
---|---|
StorageService<String,TransientIdEntry> |
TransientPrincipalConnectorFactoryBean.getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
Modifier and Type | Method and Description |
---|---|
void |
TransientPrincipalConnectorFactoryBean.setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
Copyright © 1999-2012. All Rights Reserved.