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