Package org.wildfly.clustering.web.sso
Interface SSOManagerConfiguration<C,L>
-
- Type Parameters:
C- marshalling context typeL- local context type
public interface SSOManagerConfiguration<C,L>- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Supplier<String>getIdentifierFactory()LocalContextFactory<L>getLocalContextFactory()MarshalledValueFactory<C>getMarshalledValueFactory()
-
-
-
Method Detail
-
getMarshalledValueFactory
MarshalledValueFactory<C> getMarshalledValueFactory()
-
getLocalContextFactory
LocalContextFactory<L> getLocalContextFactory()
-
-