Package org.wildfly.clustering.web.sso
Interface SSOManagerFactory<A,D,S,B extends Batch>
-
- Type Parameters:
A- authentication typeD- deployment typeS- session typeB- batch type
public interface SSOManagerFactory<A,D,S,B extends Batch>Factory for creating SSO manager instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C,L>
SSOManager<A,D,S,L,B>createSSOManager(SSOManagerConfiguration<C,L> config)Creates a new SSO manager using the specified configuration.
-
-
-
Method Detail
-
createSSOManager
<C,L> SSOManager<A,D,S,L,B> createSSOManager(SSOManagerConfiguration<C,L> config)
Creates a new SSO manager using the specified configuration.- Type Parameters:
C- marshalling context typeL- local context type- Parameters:
config- a SSO manager configuration- Returns:
- a new SSO manager
-
-