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 TypeMethodDescriptionvoidIuApiCredentials.applyTo(HttpRequest.Builder httpRequestBuilder) Applies the client's API credentials to an HTTP request.static booleanIuPrincipalIdentity.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 voidIuBasicAuthCredentials.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 aIuPrincipalIdentityas valid for the local Service Provider. -
Uses of IuAuthenticationException in edu.iu.auth.spi
Methods in edu.iu.auth.spi that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionbooleanIuPrincipalSpi.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 TypeMethodDescriptionvoidCaVerifier.verify(PkiPrincipal pki) voidPkiVerifier.verify(PkiPrincipal pki) -
Uses of IuAuthenticationException in iu.auth.principal
Methods in iu.auth.principal that throw IuAuthenticationExceptionModifier and TypeMethodDescriptionvoidVerifies a principal identity.booleanPrincipalVerifierRegistry.verify(IuPrincipalIdentity id, String realm)