public class AuthenticationSelectionOption extends Object
| Constructor and Description |
|---|
AuthenticationSelectionOption(AuthenticationExecutionModel authExec) |
AuthenticationSelectionOption(AuthenticationExecutionModel authExec,
AuthenticationFlowModel authFlow) |
AuthenticationSelectionOption(AuthenticationExecutionModel authExec,
CredentialModel credential) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel |
getAuthenticationExecution() |
String |
getAuthExecId() |
String |
getAuthExecName() |
CredentialModel |
getCredential() |
String |
getCredentialId() |
String |
getCredentialName() |
String |
getId() |
void |
setShowCredentialName(boolean showCredentialName) |
void |
setShowCredentialType(boolean showCredentialType) |
boolean |
showCredentialName() |
boolean |
showCredentialType() |
public AuthenticationSelectionOption(AuthenticationExecutionModel authExec)
public AuthenticationSelectionOption(AuthenticationExecutionModel authExec, CredentialModel credential)
public AuthenticationSelectionOption(AuthenticationExecutionModel authExec, AuthenticationFlowModel authFlow)
public void setShowCredentialName(boolean showCredentialName)
public void setShowCredentialType(boolean showCredentialType)
public boolean showCredentialName()
public boolean showCredentialType()
public AuthenticationExecutionModel getAuthenticationExecution()
public String getCredentialId()
public String getAuthExecId()
public String getCredentialName()
public String getAuthExecName()
public String getId()
public CredentialModel getCredential()
Copyright © 2020 JBoss by Red Hat. All rights reserved.