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
Modifier and TypeMethodDescription<L> SSOManager<A,D, S, L, B> createSSOManager(SSOManagerConfiguration<L> config) Creates a new SSO manager using the specified configuration.
-
Method Details
-
createSSOManager
Creates a new SSO manager using the specified configuration.- Type Parameters:
L- local context type- Parameters:
config- a SSO manager configuration- Returns:
- a new SSO manager
-