Uses of Class
org.gluu.oxauth.model.common.SessionIdState
-
Packages that use SessionIdState Package Description org.gluu.oxauth.model.common org.gluu.oxauth.service -
-
Uses of SessionIdState in org.gluu.oxauth.model.common
Methods in org.gluu.oxauth.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 org.gluu.oxauth.model.common with parameters of type SessionIdState Modifier and Type Method Description void
SessionId. setState(SessionIdState state)
-
Uses of SessionIdState in org.gluu.oxauth.service
Methods in org.gluu.oxauth.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)
-