Package | Description |
---|---|
org.wildfly.security.credential.store |
Package for Credential Store API/SPI classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
static CredentialStorePermission |
CredentialStorePermission.LOAD_CREDENTIAL_STORE
Load credential store permission.
|
static CredentialStorePermission |
CredentialStorePermission.MODIFY_CREDENTIAL_STORE
Store or delete credential (password) permission (from credential store).
|
static CredentialStorePermission |
CredentialStorePermission.RETRIEVE_CREDENTIAL
Retrieve credential (password) permission (from credential store).
|
Modifier and Type | Method and Description |
---|---|
static CredentialStorePermission |
CredentialStorePermission.forName(String name)
Get the permission with the given name.
|
CredentialStorePermission |
CredentialStorePermission.withName(String name) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.