Uses of Interface
org.pac4j.saml.store.SAMLMessageStoreFactory
-
Packages that use SAMLMessageStoreFactory Package Description org.pac4j.saml.config org.pac4j.saml.context org.pac4j.saml.store -
-
Uses of SAMLMessageStoreFactory in org.pac4j.saml.config
Methods in org.pac4j.saml.config that return SAMLMessageStoreFactory Modifier and Type Method Description SAMLMessageStoreFactorySAML2Configuration. getSamlMessageStoreFactory()Methods in org.pac4j.saml.config with parameters of type SAMLMessageStoreFactory Modifier and Type Method Description voidSAML2Configuration. setSamlMessageStoreFactory(SAMLMessageStoreFactory samlMessageStoreFactory) -
Uses of SAMLMessageStoreFactory in org.pac4j.saml.context
Fields in org.pac4j.saml.context declared as SAMLMessageStoreFactory Modifier and Type Field Description protected SAMLMessageStoreFactorySAML2ContextProvider. samlMessageStoreFactoryConstructors in org.pac4j.saml.context with parameters of type SAMLMessageStoreFactory Constructor Description SAML2ContextProvider(org.opensaml.saml.metadata.resolver.MetadataResolver metadata, SAML2MetadataResolver idpEntityId, SAML2MetadataResolver spEntityId, SAMLMessageStoreFactory samlMessageStoreFactory) -
Uses of SAMLMessageStoreFactory in org.pac4j.saml.store
Classes in org.pac4j.saml.store that implement SAMLMessageStoreFactory Modifier and Type Class Description classEmptyStoreFactoryStorage factory which doesn't return any store implementation and disables the message store mechanism.classHttpSessionStoreFactoryDefault store factory which provides HTTP Session store.
-