Uses of Class
org.keycloak.admin.ui.rest.model.SessionId.SessionType
-
Packages that use SessionId.SessionType Package Description org.keycloak.admin.ui.rest org.keycloak.admin.ui.rest.model -
-
Uses of SessionId.SessionType in org.keycloak.admin.ui.rest
Methods in org.keycloak.admin.ui.rest with parameters of type SessionId.SessionType Modifier and Type Method Description Stream<SessionRepresentation>SessionsResource. 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.SessionType Modifier and Type Method Description SessionId.SessionTypeSessionId. getType()SessionId.SessionTypeSessionRepresentation. getType()static SessionId.SessionTypeSessionId.SessionType. valueOf(String name)Returns 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.SessionType Modifier and Type Method Description voidSessionRepresentation. setType(SessionId.SessionType type)Constructors in org.keycloak.admin.ui.rest.model with parameters of type SessionId.SessionType Constructor Description SessionId(String clientId, SessionId.SessionType type)
-