Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.sso |
Modifier and Type | Method and Description |
---|---|
AuthenticationEntry<A,L> |
AuthenticationEntryExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Class<AuthenticationEntry<A,L>> |
AuthenticationEntryExternalizer.getTargetClass() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationEntryExternalizer.writeObject(ObjectOutput output,
AuthenticationEntry<A,L> entry) |
Constructor and Description |
---|
InfinispanSSOFactory(org.infinispan.Cache<AuthenticationKey,AuthenticationEntry<A,L>> cache,
Marshaller<A,MarshalledValue<A,MarshallingContext>,MarshallingContext> marshaller,
LocalContextFactory<L> localContextFactory,
SessionsFactory<SV,D> sessionsFactory,
boolean lockOnRead) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.