Uses of Enum
org.keycloak.admin.ui.rest.model.ClientIdSessionType.SessionType
Packages that use ClientIdSessionType.SessionType
-
Uses of ClientIdSessionType.SessionType in org.keycloak.admin.ui.rest
Methods in org.keycloak.admin.ui.rest with parameters of type ClientIdSessionType.SessionTypeModifier and TypeMethodDescriptionSessionsResource.realmSessions(ClientIdSessionType.SessionType type, String search, int first, int max) -
Uses of ClientIdSessionType.SessionType in org.keycloak.admin.ui.rest.model
Methods in org.keycloak.admin.ui.rest.model that return ClientIdSessionType.SessionTypeModifier and TypeMethodDescriptionClientIdSessionType.getType()SessionRepresentation.getType()Returns the enum constant of this type with the specified name.static ClientIdSessionType.SessionType[]ClientIdSessionType.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 ClientIdSessionType.SessionTypeModifier and TypeMethodDescriptionvoidSessionRepresentation.setType(ClientIdSessionType.SessionType type) Constructors in org.keycloak.admin.ui.rest.model with parameters of type ClientIdSessionType.SessionTypeModifierConstructorDescriptionClientIdSessionType(String clientId, ClientIdSessionType.SessionType type)