Uses of Class
io.jans.as.server.service.external.session.SessionEventType
-
Packages that use SessionEventType Package Description io.jans.as.server.service.external.session -
-
Uses of SessionEventType in io.jans.as.server.service.external.session
Methods in io.jans.as.server.service.external.session that return SessionEventType Modifier and Type Method Description SessionEventType
SessionEvent. getType()
static SessionEventType
SessionEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionEventType[]
SessionEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.jans.as.server.service.external.session with parameters of type SessionEventType Constructor Description SessionEvent(SessionEventType type, io.jans.as.common.model.session.SessionId sessionId)
-