Uses of Enum Class
org.keycloak.sessions.CommonClientSessionModel.ExecutionStatus
Packages that use CommonClientSessionModel.ExecutionStatus
-
Uses of CommonClientSessionModel.ExecutionStatus in org.keycloak.sessions
Methods in org.keycloak.sessions that return CommonClientSessionModel.ExecutionStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CommonClientSessionModel.ExecutionStatus.valueOfInteger(Integer id) CommonClientSessionModel.ExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.sessions that return types with arguments of type CommonClientSessionModel.ExecutionStatusModifier and TypeMethodDescriptionAuthenticationSessionModel.getExecutionStatus()Returns execution status of the authentication session.Methods in org.keycloak.sessions with parameters of type CommonClientSessionModel.ExecutionStatusModifier and TypeMethodDescriptionvoidAuthenticationSessionModel.setExecutionStatus(String authenticator, CommonClientSessionModel.ExecutionStatus status) Sets execution status of the authentication session.