Constructor and Description |
---|
TransientIdAttributeDefinition(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
Constructor.
|
Constructor and Description |
---|
TransientPrincipalConnector(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.opensaml.util.storage.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(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
Modifier and Type | Method and Description |
---|---|
org.opensaml.util.storage.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(org.opensaml.util.storage.StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
Copyright © 1999–2014. All rights reserved.