Searched defs:SessionEventType (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionEventType.java26 public enum SessionEventType { enum
74 SessionEventType(int code) { method in class:SessionEventType
94 public static SessionEventType fromCode(int code) {
95 for (SessionEventType event : values()) {

Completed in 34 milliseconds