| Package | Description |
|---|---|
| org.pac4j.saml.config | |
| org.pac4j.saml.context | |
| org.pac4j.saml.storage |
| Modifier and Type | Method and Description |
|---|---|
SAMLMessageStorageFactory |
SAML2Configuration.getSamlMessageStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAML2Configuration.setSamlMessageStorageFactory(SAMLMessageStorageFactory samlMessageStorageFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected SAMLMessageStorageFactory |
SAML2ContextProvider.samlMessageStorageFactory |
| Constructor and Description |
|---|
SAML2ContextProvider(org.opensaml.saml.metadata.resolver.MetadataResolver metadata,
SAML2MetadataResolver idpEntityId,
SAML2MetadataResolver spEntityId,
SAMLMessageStorageFactory samlMessageStorageFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyStorageFactory
Storage factory which doesn't return any storage implementation and disables the message storage mechanism.
|
class |
HttpSessionStorageFactory
Default storage factory which provides HTTP Session storage.
|
Copyright © 2019. All Rights Reserved.