@Singleton public class InternalSessionFactory extends Object
Constructor and Description |
---|
InternalSessionFactory(Debug sessionDebug,
SessionServerConfig serverConfig,
AuthenticationSessionStore authenticationSessionStore,
SessionAccessManager sessionAccessManager) |
Modifier and Type | Method and Description |
---|---|
InternalSession |
newInternalSession(String domain,
boolean stateless)
Creates a new Internal Session
|
InternalSession |
newInternalSession(String domain,
boolean stateless,
boolean checkCts)
Creates a new Internal Session
|
@Inject public InternalSessionFactory(@Named(value="amSession") Debug sessionDebug, SessionServerConfig serverConfig, AuthenticationSessionStore authenticationSessionStore, SessionAccessManager sessionAccessManager)
public InternalSession newInternalSession(String domain, boolean stateless)
domain
- Authentication Domainstateless
- Indicates whether or not this session should be issued as a stateless session.public InternalSession newInternalSession(String domain, boolean stateless, boolean checkCts)
domain
- Authentication Domainstateless
- Indicates whether or not this session should be issued as a stateless session.checkCts
- Indicates whether or not this session exists in cts.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.