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.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.sasl.entity org.wildfly.security.sasl.util org.wildfly.security.x500 Package containing X.500 representations. -
-
Uses of TrustedAuthority in org.wildfly.security.auth.callback
Fields in org.wildfly.security.auth.callback with type parameters of type TrustedAuthority Modifier and Type Field Description private List<TrustedAuthority>
TrustedAuthoritiesCallback. trustedAuthorities
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.auth.client
Fields in org.wildfly.security.auth.client with type parameters of type TrustedAuthority Modifier and Type Field Description private List<TrustedAuthority>
AuthenticationConfiguration.ClientCallbackHandler. trustedAuthorities
-
Uses of TrustedAuthority in org.wildfly.security.sasl.entity
Methods in org.wildfly.security.sasl.entity that return types with arguments of type TrustedAuthority Modifier and Type Method Description static List<TrustedAuthority>
EntityUtil. decodeTrustedAuthorities(DERDecoder decoder)
Decode the next element from the given DER decoder as a trusted authorities element.Method parameters in org.wildfly.security.sasl.entity with type arguments of type TrustedAuthority Modifier and Type Method Description static void
EntityUtil. encodeTrustedAuthorities(DEREncoder encoder, List<TrustedAuthority> trustedAuthorities)
Encode an ASN.1 sequence of trusted authorities using the given DER encoder. -
Uses of TrustedAuthority in org.wildfly.security.sasl.util
Methods in org.wildfly.security.sasl.util that return types with arguments of type TrustedAuthority Modifier and Type Method Description private List<TrustedAuthority>
TrustManagerSaslServerFactory. getTrustedAuthorities(X509Certificate[] acceptedIssuers)
-
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.
-