Skip navigation links
WildFly: Web session clustering - Undertow integration 10.0.0.Alpha1
A B C D E F G H I L O R S T U 

A

add(Session) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 

B

build(ServiceTarget, ServiceName, String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodecBuilder
 
build(ServiceTarget, ServiceName, DistributableSessionManagerConfiguration) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryBuilder
 
build(ServiceTarget, ServiceName, String, String) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactoryBuilder
 
build(ServiceTarget) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
buildServerDependency(ServiceTarget) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodecBuilder
 

C

changeSessionId(HttpServerExchange, SessionConfig) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
changeSessionId(HttpServerExchange, SessionConfig) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
close() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
contains(Session) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
createIdentifier() - Method in class org.wildfly.clustering.web.undertow.IdentifierFactoryAdapter
 
createLocalContext() - Method in class org.wildfly.clustering.web.undertow.session.LocalSessionContextFactory
 
createLocalContext() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactory
 
createSession(HttpServerExchange, SessionConfig) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
createSessionManager(Deployment) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactory
 
createSingleSignOn(Account, String) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
createSingleSignOnManager(Host) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactory
 

D

decode(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodec
DistributableImmutableSession - Class in org.wildfly.clustering.web.undertow.session
Undertow adapter for an ImmutableSession.
DistributableImmutableSession(SessionManager, ImmutableSession) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
DistributableSession - Class in org.wildfly.clustering.web.undertow.session
Adapts a distributable Session to an Undertow Session.
DistributableSession(UndertowSessionManager, Session<LocalSessionContext>, SessionConfig, Batch) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSession
 
DistributableSessionIdentifierCodec - Class in org.wildfly.clustering.web.undertow.session
SessionIdentifierCodec that encodes the route determined by a RouteLocator.
DistributableSessionIdentifierCodec(RouteLocator, RoutingSupport) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodec
 
DistributableSessionIdentifierCodecBuilder - Class in org.wildfly.clustering.web.undertow.session
Builds a distributable SessionIdentifierCodec service.
DistributableSessionIdentifierCodecBuilder() - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodecBuilder
 
DistributableSessionIdentifierCodecBuilder(RouteLocatorBuilderProvider) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodecBuilder
 
DistributableSessionManager - Class in org.wildfly.clustering.web.undertow.session
Adapts a distributable SessionManager to an Undertow SessionManager.
DistributableSessionManager(String, SessionManager<LocalSessionContext, Batch>) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
DistributableSessionManagerFactory - Class in org.wildfly.clustering.web.undertow.session
Factory for creating a DistributableSessionManager.
DistributableSessionManagerFactory(SessionManagerFactory<Batch>) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactory
 
DistributableSessionManagerFactoryBuilder - Class in org.wildfly.clustering.web.undertow.session
Distributable SessionManagerFactory builder for Undertow.
DistributableSessionManagerFactoryBuilder() - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryBuilder
 
DistributableSessionManagerFactoryBuilder(SessionManagerFactoryBuilderProvider<Batch>) - Constructor for class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryBuilder
 
DistributableSingleSignOn - Class in org.wildfly.clustering.web.undertow.sso
Adapts an SSO to a SingleSignOn.
DistributableSingleSignOn(SSO<AuthenticatedSessionManager.AuthenticatedSession, String, Void>, SessionManagerRegistry, Batch) - Constructor for class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
DistributableSingleSignOnManager - Class in org.wildfly.clustering.web.undertow.sso
DistributableSingleSignOnManager(SSOManager<AuthenticatedSessionManager.AuthenticatedSession, String, Void, Batch>, SessionManagerRegistry) - Constructor for class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
DistributableSingleSignOnManagerFactory - Class in org.wildfly.clustering.web.undertow.sso
Factory for creating a distributable SingleSignOnManagerFactory.
DistributableSingleSignOnManagerFactory(SSOManagerFactory<AuthenticatedSessionManager.AuthenticatedSession, String, Batch>, SessionManagerRegistry) - Constructor for class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactory
 
DistributableSingleSignOnManagerFactoryBuilder - Class in org.wildfly.clustering.web.undertow.sso
Builds a distributable SingleSignOnManagerFactory service.
DistributableSingleSignOnManagerFactoryBuilder() - Constructor for class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactoryBuilder
 

E

encode(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodec
equals(Object) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 

F

findSingleSignOn(String) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 

G

getAccount() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
getActiveSessions() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getAllSessions() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getAttribute(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getAttribute(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getAttributeNames() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getAttributeNames() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getAuthenticatedSession() - Method in interface org.wildfly.clustering.web.undertow.session.LocalSessionContext
 
getCreationTime() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getCreationTime() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getDeploymentName() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getId() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getId() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getId() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
getLastAccessedTime() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getLastAccessedTime() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getMaxInactiveInterval() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getMaxInactiveInterval() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getMechanismName() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
getServiceName() - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
getServletContext() - Method in class org.wildfly.clustering.web.undertow.session.UndertowSessionContext
 
getSession(HttpServerExchange, SessionConfig) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getSession(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getSession(SessionManager) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
getSessionAttributeListeners() - Method in class org.wildfly.clustering.web.undertow.session.UndertowSessionContext
 
getSessionListeners() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getSessionListeners() - Method in class org.wildfly.clustering.web.undertow.session.UndertowSessionContext
 
getSessionListeners() - Method in interface org.wildfly.clustering.web.undertow.session.UndertowSessionManager
Returns the configured session listeners for this web application
getSessionManager() - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
getSessionManager() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
getSessionManager() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getSessionManager() - Method in interface org.wildfly.clustering.web.undertow.session.UndertowSessionManager
Returns underlying distributable session manager implementation.
getSessionManager(String) - Method in interface org.wildfly.clustering.web.undertow.sso.SessionManagerRegistry
Returns the session manager for the specified deployment, or null if the deployment does not exist.
getSessionManager(String) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
getTransientSessions() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
getValue() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionIdentifierCodecBuilder
 
getValue() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryBuilder
 
getValue() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManagerFactoryBuilder
 
getValue() - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 

H

hashCode() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 

I

IdentifierFactoryAdapter - Class in org.wildfly.clustering.web.undertow
Adapts a SessionIdGenerator to a SessionIdentifierFactory.
IdentifierFactoryAdapter(SessionIdGenerator) - Constructor for class org.wildfly.clustering.web.undertow.IdentifierFactoryAdapter
 
invalidate(HttpServerExchange) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
invalidate(HttpServerExchange) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
isStarted() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
iterator() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 

L

LocalSessionContext - Interface in org.wildfly.clustering.web.undertow.session
 
LocalSessionContextFactory - Class in org.wildfly.clustering.web.undertow.session
 
LocalSessionContextFactory() - Constructor for class org.wildfly.clustering.web.undertow.session.LocalSessionContextFactory
 

O

onDeploymentStart(Deployment, Host) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
onDeploymentStop(Deployment, Host) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
org.wildfly.clustering.web.undertow - package org.wildfly.clustering.web.undertow
 
org.wildfly.clustering.web.undertow.session - package org.wildfly.clustering.web.undertow.session
 
org.wildfly.clustering.web.undertow.sso - package org.wildfly.clustering.web.undertow.sso
 

R

registerSessionListener(SessionListener) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
remove(Session) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOn
 
removeAttribute(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
removeAttribute(String) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
removeSessionListener(SessionListener) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
removeSingleSignOn(String) - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
requestDone(HttpServerExchange) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
requestDone(HttpServerExchange) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 

S

SessionManagerRegistry - Interface in org.wildfly.clustering.web.undertow.sso
Mechanism for looking up the SessionManager for a given deployment.
SessionManagerRegistryBuilder - Class in org.wildfly.clustering.web.undertow.sso
Service providing a SessionManagerRegistry for a host.
SessionManagerRegistryBuilder(String, String) - Constructor for class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
setAttribute(String, Object) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
setAttribute(String, Object) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
setAuthenticatedSession(AuthenticatedSessionManager.AuthenticatedSession) - Method in interface org.wildfly.clustering.web.undertow.session.LocalSessionContext
 
setDefaultSessionTimeout(int) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
setMaxInactiveInterval(int) - Method in class org.wildfly.clustering.web.undertow.session.DistributableImmutableSession
 
setMaxInactiveInterval(int) - Method in class org.wildfly.clustering.web.undertow.session.DistributableSession
 
start() - Method in class org.wildfly.clustering.web.undertow.IdentifierFactoryAdapter
 
start() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
start() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
start(StartContext) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 
stop() - Method in class org.wildfly.clustering.web.undertow.IdentifierFactoryAdapter
 
stop() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 
stop() - Method in class org.wildfly.clustering.web.undertow.sso.DistributableSingleSignOnManager
 
stop(StopContext) - Method in class org.wildfly.clustering.web.undertow.sso.SessionManagerRegistryBuilder
 

T

toString() - Method in class org.wildfly.clustering.web.undertow.session.DistributableSessionManager
 

U

UndertowSessionContext - Class in org.wildfly.clustering.web.undertow.session
SessionContext that delegate to a Deployment.
UndertowSessionContext(Deployment) - Constructor for class org.wildfly.clustering.web.undertow.session.UndertowSessionContext
 
UndertowSessionManager - Interface in org.wildfly.clustering.web.undertow.session
Exposes additional session manager aspects to a session.
A B C D E F G H I L O R S T U 
Skip navigation links
WildFly: Web session clustering - Undertow integration 10.0.0.Alpha1

Copyright © 2015 JBoss by Red Hat. All rights reserved.