パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition | |
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector | |
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition | |
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector | |
edu.internet2.middleware.shibboleth.common.profile.provider | |
edu.internet2.middleware.shibboleth.common.util | |
edu.internet2.middleware.shibboleth.idp.session.impl | |
edu.internet2.middleware.shibboleth.idp.util | |
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.util.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
コンストラクタと説明 |
---|
TransientIdAttributeDefinition(StorageService<String,TransientIdEntry> store)
Constructor.
|
コンストラクタと説明 |
---|
TransientPrincipalConnector(StorageService<String,TransientIdEntry> store)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
StorageService<String,TransientIdEntry> |
TransientIdAttributeDefinitionFactoryBean.getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TransientIdAttributeDefinitionFactoryBean.setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
StorageService<String,TransientIdEntry> |
TransientPrincipalConnectorFactoryBean.getIdentifierStore()
Gets the store used to map transient identifier tokens to principal names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TransientPrincipalConnectorFactoryBean.setIdentifierStore(StorageService<String,TransientIdEntry> store)
Sets the store used to map transient identifier tokens to principal names.
|
修飾子とタイプ | メソッドと説明 |
---|---|
StorageService<?,?> |
AbstractShibbolethProfileHandler.getStorageService()
Gets the storage service used to store profile data.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractShibbolethProfileHandler.setStorageService(StorageService<?,?> service)
Sets the storage service used to store profile data.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EventingMapBasedStorageService<KeyType,ValueType>
A thread-safe implementation of
StorageService that publishes event when items are added or removed from the
service. |
修飾子とタイプ | メソッドと説明 |
---|---|
StorageService<KeyType,ValueType> |
EventingMapBasedStorageService.AddEntryEvent.getStorageService()
Gets the storage service to which an item was added.
|
StorageService<KeyType,ValueType> |
EventingMapBasedStorageService.RemoveEntryEvent.getStorageService()
Gets the storage service to which an item was removed.
|
コンストラクタと説明 |
---|
EventingMapBasedStorageService.AddEntryEvent(StorageService<KeyType,ValueType> storageService,
String partition,
KeyType key,
ValueType value)
Constructor.
|
EventingMapBasedStorageService.RemoveEntryEvent(StorageService<KeyType,ValueType> storageService,
String partition,
KeyType key,
ValueType value)
Constructor.
|
コンストラクタと説明 |
---|
SessionManagerImpl(StorageService<String,SessionManagerEntry> storageService,
long lifetime)
Constructor.
|
SessionManagerImpl(StorageService<String,SessionManagerEntry> storageService,
String storageParition,
long lifetime)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static StorageService<?,?> |
HttpServletHelper.getStorageService(javax.servlet.ServletContext context)
Gets the
StorageService service bound to the Servlet context. |
static StorageService<?,?> |
HttpServletHelper.getStorageService(javax.servlet.ServletContext context,
String serviceId)
Gets the
StorageService bound to the Servlet context. |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
HttpServletHelper.bindLoginContext(LoginContext loginContext,
StorageService storageService,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Binds a
LoginContext to the issuer of the current request. |
static LoginContext |
HttpServletHelper.getLoginContext(StorageService storageService,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest httpRequest)
Gets the
LoginContext for the user issuing the HTTP request. |
static LoginContext |
HttpServletHelper.unbindLoginContext(StorageService storageService,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Unbinds a
LoginContext from the current request. |
コンストラクタと説明 |
---|
BasicSAMLArtifactMap(ParserPool parser,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
推奨されていません。
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
MapBasedStorageService<KeyType,ValueType>
A simple
Map based StorageService implementation. |
コンストラクタと説明 |
---|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore)
Constructor.
|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore,
Set<String> sweptPartitions)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
long duration)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
String storageParition,
long duration)
Constructor.
|
Copyright © 2012. All Rights Reserved.