- readCertificate(InputStreamSource) - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
-
Read certificate.
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.AbstractX509PrincipalResolver
-
Resolve principal internally, and return the id.
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberAndIssuerDNPrincipalResolver
-
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberPrincipalResolver
-
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectAlternativeNameUPNPrincipalResolver
-
Retrieves Subject Alternative Name UPN extension as a principal id String.
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectDNPrincipalResolver
-
- resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectPrincipalResolver
-
Replaces placeholders in the descriptor with values extracted from attribute
values in relative distinguished name components of the DN.
- ResourceCRLFetcher - Class in org.apereo.cas.adaptors.x509.authentication.handler.support
-
Handles the fetching of CRL objects based on resources.
- ResourceCRLFetcher() - Constructor for class org.apereo.cas.adaptors.x509.authentication.handler.support.ResourceCRLFetcher
-
Creates a new instance using the specified resources for CRL data.
- ResourceCRLRevocationChecker - Class in org.apereo.cas.adaptors.x509.authentication.handler.support
-
CRL-based revocation checker that uses one or more CRL resources to fetch
local or remote CRL data periodically.
- ResourceCRLRevocationChecker(Resource) - Constructor for class org.apereo.cas.adaptors.x509.authentication.handler.support.ResourceCRLRevocationChecker
-
Creates a new instance using the specified resource for CRL data.
- ResourceCRLRevocationChecker(Resource[]) - Constructor for class org.apereo.cas.adaptors.x509.authentication.handler.support.ResourceCRLRevocationChecker
-
Creates a new instance using the specified resources for CRL data.
- ResourceCRLRevocationChecker(CRLFetcher, Resource[]) - Constructor for class org.apereo.cas.adaptors.x509.authentication.handler.support.ResourceCRLRevocationChecker
-
Instantiates a new Resource cRL revocation checker.
- RevocationChecker - Interface in org.apereo.cas.adaptors.x509.authentication.handler.support
-
Strategy interface for checking revocation status of a certificate.
- RevocationPolicy<T> - Interface in org.apereo.cas.adaptors.x509.authentication.handler.support
-
Strategy interface for enforcing various policy matters related to certificate
revocation, such as what to do when revocation data is unavailable or stale.
- RevokedCertificateException - Exception in org.apereo.cas.adaptors.x509.authentication.handler.support
-
Exception that describes a revoked X.509 certificate.
- RevokedCertificateException(ZonedDateTime, BigInteger) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.handler.support.RevokedCertificateException
-
Instantiates a new revoked certificate exception.
- RevokedCertificateException(ZonedDateTime, BigInteger, RevokedCertificateException.Reason) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.handler.support.RevokedCertificateException
-
Instantiates a new revoked certificate exception.
- RevokedCertificateException(X509CRLEntry) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.handler.support.RevokedCertificateException
-
Instantiates a new revoked certificate exception.
- RevokedCertificateException.Reason - Enum in org.apereo.cas.adaptors.x509.authentication.handler.support
-
CRL revocation reason codes per RFC 3280.