Class ProgrammaticSingleSignOnCache
java.lang.Object
org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache
- All Implemented Interfaces:
IdentityCache
An implementation of
IdentityCache to provide SSO for programmatic authentication.- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionget()static IdentityCachenewInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration) voidput(SecurityIdentity identity) remove()
-
Method Details
-
get
- Specified by:
getin interfaceIdentityCache
-
put
- Specified by:
putin interfaceIdentityCache
-
remove
- Specified by:
removein interfaceIdentityCache
-
newInstance
public static IdentityCache newInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
-