Uses of Class
org.keycloak.sessions.CommonClientSessionModel.ExecutionStatus
-
Packages that use CommonClientSessionModel.ExecutionStatus Package Description org.keycloak.sessions -
-
Uses of CommonClientSessionModel.ExecutionStatus in org.keycloak.sessions
Methods in org.keycloak.sessions that return CommonClientSessionModel.ExecutionStatus Modifier and Type Method Description static CommonClientSessionModel.ExecutionStatusCommonClientSessionModel.ExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonClientSessionModel.ExecutionStatus[]CommonClientSessionModel.ExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.sessions that return types with arguments of type CommonClientSessionModel.ExecutionStatus Modifier and Type Method Description Map<String,CommonClientSessionModel.ExecutionStatus>AuthenticationSessionModel. getExecutionStatus()Returns execution status of the authentication session.Methods in org.keycloak.sessions with parameters of type CommonClientSessionModel.ExecutionStatus Modifier and Type Method Description voidAuthenticationSessionModel. setExecutionStatus(String authenticator, CommonClientSessionModel.ExecutionStatus status)Sets execution status of the authentication session.
-