Package | Description |
---|---|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
org.wildfly.security.x500 |
Package containing X.500 representations.
|
Modifier and Type | Method and Description |
---|---|
List<TrustedAuthority> |
TrustedAuthoritiesCallback.getTrustedAuthorities()
Get the retrieved trusted authorities.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustedAuthoritiesCallback.setTrustedAuthorities(List<TrustedAuthority> trustedAuthorities)
Set the retrieved trusted authorities.
|
Modifier and Type | Class and Description |
---|---|
static class |
TrustedAuthority.CertificateTrustedAuthority
A trusted authority that is identified by its certificate.
|
static class |
TrustedAuthority.HashTrustedAuthority
A trusted authority that is identified by a hash.
|
static class |
TrustedAuthority.IssuerKeyHashTrustedAuthority
A trusted authority that is identified by the hash of its public key.
|
static class |
TrustedAuthority.IssuerNameHashTrustedAuthority
A trusted authority that is identified by the hash of its name.
|
static class |
TrustedAuthority.NameTrustedAuthority
A trusted authority that is identified by its name.
|
static class |
TrustedAuthority.PKCS15KeyHashTrustedAuthority
A trusted authority that is identified by the PKCS #15 key hash.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.