Uses of Enum
org.keycloak.admin.ui.rest.model.SessionId.SessionType
Packages that use SessionId.SessionType
-
Uses of SessionId.SessionType in org.keycloak.admin.ui.rest
Methods in org.keycloak.admin.ui.rest with parameters of type SessionId.SessionTypeModifier and TypeMethodDescriptionSessionsResource.realmSessions(SessionId.SessionType type, String search, int first, int max) static SessionRepresentationSessionsResource.toRepresentation(UserSessionModel session, SessionId.SessionType type) -
Uses of SessionId.SessionType in org.keycloak.admin.ui.rest.model
Methods in org.keycloak.admin.ui.rest.model that return SessionId.SessionTypeModifier and TypeMethodDescriptionSessionId.getType()SessionRepresentation.getType()static SessionId.SessionTypeReturns the enum constant of this type with the specified name.static SessionId.SessionType[]SessionId.SessionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.admin.ui.rest.model with parameters of type SessionId.SessionTypeConstructors in org.keycloak.admin.ui.rest.model with parameters of type SessionId.SessionType