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 SessionIdStateSessionIdState. getByValue(java.lang.String value)SessionIdStateSessionId. getState()static SessionIdStateSessionIdState. 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 voidSessionId. 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 SessionIdSessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn, java.util.Date authenticationDate, SessionIdState state, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes, boolean persist)
-