Uses of Class
edu.iu.auth.IuAuthenticationException
Packages that use IuAuthenticationException
Package
Description
-
Uses of IuAuthenticationException in edu.iu.auth
Methods in edu.iu.auth that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionvoid
IuApiCredentials.applyTo
(HttpRequest.Builder httpRequestBuilder) Applies the client's API credentials to an HTTP request.static boolean
IuPrincipalIdentity.verify
(IuPrincipalIdentity id, String realm) Verifies that a principal identity was issued by a registered identity provider for an authentication realm. -
Uses of IuAuthenticationException in edu.iu.auth.config
Methods in edu.iu.auth.config that throw IuAuthenticationExceptionModifier and TypeMethodDescriptiondefault void
IuBasicAuthCredentials.applyTo
(HttpRequest.Builder httpRequestBuilder) -
Uses of IuAuthenticationException in edu.iu.auth.saml
Methods in edu.iu.auth.saml that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionIuSamlSessionVerifier.getPrincipalIdentity
(IuSession preAuthSession, IuSession postAuthSession) Gets the authenticated SAML principal.IuSamlSessionVerifier.verifyResponse
(IuSession session, String remoteAddr, String samlResponse, String relayState) Decodes a SAML Response, performs Subject Confirmation validation logic, and validates assertions to authenticate aIuPrincipalIdentity
as valid for the local Service Provider. -
Uses of IuAuthenticationException in edu.iu.auth.spi
Methods in edu.iu.auth.spi that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionboolean
IuPrincipalSpi.verify
(IuPrincipalIdentity id, String realm) Verifies that a principal identity was issued by a registered identity provider for an authentication realm. -
Uses of IuAuthenticationException in iu.auth.pki
Methods in iu.auth.pki that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionvoid
CaVerifier.verify
(PkiPrincipal pki) void
PkiVerifier.verify
(PkiPrincipal pki) -
Uses of IuAuthenticationException in iu.auth.principal
Methods in iu.auth.principal that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionvoid
Verifies a principal identity.boolean
PrincipalVerifierRegistry.verify
(IuPrincipalIdentity id, String realm)