Uses of Interface
org.pac4j.saml.store.SAMLMessageStoreFactory
Packages that use SAMLMessageStoreFactory
-
Uses of SAMLMessageStoreFactory in org.pac4j.saml.config
Methods in org.pac4j.saml.config that return SAMLMessageStoreFactoryMethods in org.pac4j.saml.config with parameters of type SAMLMessageStoreFactoryModifier and TypeMethodDescriptionvoidSAML2Configuration.setSamlMessageStoreFactory(SAMLMessageStoreFactory samlMessageStoreFactory) -
Uses of SAMLMessageStoreFactory in org.pac4j.saml.context
Fields in org.pac4j.saml.context declared as SAMLMessageStoreFactoryModifier and TypeFieldDescriptionprotected final SAMLMessageStoreFactorySAML2ContextProvider.samlMessageStoreFactoryConstructors in org.pac4j.saml.context with parameters of type SAMLMessageStoreFactoryModifierConstructorDescriptionSAML2ContextProvider(SAML2MetadataResolver idpEntityId, SAML2MetadataResolver spEntityId, SAMLMessageStoreFactory samlMessageStoreFactory) -
Uses of SAMLMessageStoreFactory in org.pac4j.saml.store
Classes in org.pac4j.saml.store that implement SAMLMessageStoreFactoryModifier and TypeClassDescriptionclassStorage factory which doesn't return any store implementation and disables the message store mechanism.classDefault store factory which provides HTTP Session store.classDefault store factory which provides HTTP Session store.