Modifier and Type | Method and Description |
---|---|
Map<String,CommonClientSessionModel.ExecutionStatus> |
MapAuthenticationSessionEntity.getExecutionStatus() |
Map<String,CommonClientSessionModel.ExecutionStatus> |
MapAuthenticationSessionAdapter.getExecutionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
MapAuthenticationSessionAdapter.setExecutionStatus(String authenticator,
CommonClientSessionModel.ExecutionStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
MapAuthenticationSessionEntity.setExecutionStatus(Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus) |
Modifier and Type | Method and Description |
---|---|
Map<String,CommonClientSessionModel.ExecutionStatus> |
AuthenticationSessionAdapter.getExecutionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionAdapter.setExecutionStatus(String authenticator,
CommonClientSessionModel.ExecutionStatus status) |
Modifier and Type | Field and Description |
---|---|
static org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus> |
AuthenticationSessionEntity.ExternalizerImpl.EXECUTION_STATUS_EXT |
Modifier and Type | Method and Description |
---|---|
Map<String,CommonClientSessionModel.ExecutionStatus> |
AuthenticationSessionEntity.getExecutionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionEntity.setExecutionStatus(Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus) |
Constructor and Description |
---|
AuthenticationSessionEntity(String clientUUID,
String authUserId,
int timestamp,
String redirectUri,
String action,
Set<String> clientScopes,
Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus,
String protocol,
Map<String,String> clientNotes,
Map<String,String> authNotes,
Set<String> requiredActions,
Map<String,String> userSessionNotes) |
AuthenticationSessionEntity(String clientUUID,
String authUserId,
String redirectUri,
String action,
Set<String> clientScopes,
Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus,
String protocol,
Map<String,String> clientNotes,
Map<String,String> authNotes,
Set<String> requiredActions,
Map<String,String> userSessionNotes) |
Modifier and Type | Method and Description |
---|---|
static CommonClientSessionModel.ExecutionStatus |
CommonClientSessionModel.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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CommonClientSessionModel.ExecutionStatus> |
AuthenticationSessionModel.getExecutionStatus()
Returns execution status of the authentication session.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionModel.setExecutionStatus(String authenticator,
CommonClientSessionModel.ExecutionStatus status)
Sets execution status of the authentication session.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.