Uses of Class
org.wildfly.security.x500.TrustedAuthority
-
Packages that use TrustedAuthority 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. -
-
Uses of TrustedAuthority in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback that return types with arguments of type TrustedAuthority Modifier and Type Method Description List<TrustedAuthority>
TrustedAuthoritiesCallback. getTrustedAuthorities()
Get the retrieved trusted authorities.Method parameters in org.wildfly.security.auth.callback with type arguments of type TrustedAuthority Modifier and Type Method Description void
TrustedAuthoritiesCallback. setTrustedAuthorities(List<TrustedAuthority> trustedAuthorities)
Set the retrieved trusted authorities. -
Uses of TrustedAuthority in org.wildfly.security.x500
Subclasses of TrustedAuthority in org.wildfly.security.x500 Modifier and Type Class 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.
-