Uses of Class
io.jans.as.server.model.common.SessionIdState
-
Packages that use SessionIdState Package Description io.jans.as.server.model.common io.jans.as.server.service -
-
Uses of SessionIdState in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common that return SessionIdState Modifier and Type Method Description static SessionIdState
SessionIdState. getByValue(java.lang.String value)
SessionIdState
SessionId. getState()
static SessionIdState
SessionIdState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionIdState[]
SessionIdState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.server.model.common with parameters of type SessionIdState Modifier and Type Method Description void
SessionId. setState(SessionIdState state)
-
Uses of SessionIdState in io.jans.as.server.service
Methods in io.jans.as.server.service with parameters of type SessionIdState Modifier and Type Method Description SessionId
SessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn, java.util.Date authenticationDate, SessionIdState state, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes, boolean persist)
-