Modifier and Type | Field and Description |
---|---|
static RequiredCredentialModel |
RequiredCredentialModel.CLIENT_CERT |
static RequiredCredentialModel |
RequiredCredentialModel.KERBEROS |
static RequiredCredentialModel |
RequiredCredentialModel.PASSWORD |
static RequiredCredentialModel |
RequiredCredentialModel.SECRET |
static RequiredCredentialModel |
RequiredCredentialModel.TOTP |
Modifier and Type | Field and Description |
---|---|
static Map<String,RequiredCredentialModel> |
RequiredCredentialModel.BUILT_IN |
Modifier and Type | Method and Description |
---|---|
List<RequiredCredentialModel> |
RealmModel.getRequiredCredentials() |
Modifier and Type | Method and Description |
---|---|
List<RequiredCredentialModel> |
RealmAdapter.getRequiredCredentials() |
Modifier and Type | Field and Description |
---|---|
protected List<RequiredCredentialModel> |
CachedRealm.requiredCredentials |
Modifier and Type | Method and Description |
---|---|
List<RequiredCredentialModel> |
CachedRealm.getRequiredCredentials() |
Modifier and Type | Method and Description |
---|---|
protected RequiredCredentialModel |
RealmAdapter.initRequiredCredentialModel(String type) |
Modifier and Type | Method and Description |
---|---|
List<RequiredCredentialModel> |
RealmAdapter.getRequiredCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
RealmAdapter.addRequiredCredential(RequiredCredentialModel model) |
Modifier and Type | Method and Description |
---|---|
protected RequiredCredentialModel |
RealmAdapter.initRequiredCredentialModel(String type) |
Modifier and Type | Method and Description |
---|---|
protected List<RequiredCredentialModel> |
RealmAdapter.convertRequiredCredentialEntities(Collection<RequiredCredentialEntity> credEntities) |
List<RequiredCredentialModel> |
RealmAdapter.getRequiredCredentials() |
Modifier and Type | Method and Description |
---|---|
protected void |
RealmAdapter.addRequiredCredential(RequiredCredentialModel credentialModel,
List<RequiredCredentialEntity> persistentCollection) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.