Uses of Interface
edu.iu.auth.IuPrincipalIdentity
Packages that use IuPrincipalIdentity
Package
Description
-
Uses of IuPrincipalIdentity in edu.iu.auth
Subinterfaces of IuPrincipalIdentity in edu.iu.authModifier and TypeInterfaceDescriptioninterface
Principal
implementation for an HTTP-authenticated user or client application.Methods in edu.iu.auth with parameters of type IuPrincipalIdentityModifier and TypeMethodDescriptionstatic 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 IuPrincipalIdentity in edu.iu.auth.config
Subinterfaces of IuPrincipalIdentity in edu.iu.auth.configModifier and TypeInterfaceDescriptioninterface
Provides client-side support for the use of HTTP Basic authentication as API credentials. -
Uses of IuPrincipalIdentity in edu.iu.auth.saml
Methods in edu.iu.auth.saml that return IuPrincipalIdentityModifier and TypeMethodDescriptionIuSamlSessionVerifier.getPrincipalIdentity
(IuSession preAuthSession, IuSession postAuthSession) Gets the authenticated SAML principal. -
Uses of IuPrincipalIdentity in edu.iu.auth.spi
Methods in edu.iu.auth.spi with parameters of type IuPrincipalIdentityModifier 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 IuPrincipalIdentity in iu.auth.config
Methods in iu.auth.config that return IuPrincipalIdentityModifier and TypeMethodDescriptionIuTrustedIssuer.getPrincipal
(IuPrivateKeyPrincipal privateKeyPrincipal) Gets a verifiableIuPrincipalIdentity
that corresponds to a configured private key principal, if the private key was registered as trusted. -
Uses of IuPrincipalIdentity in iu.auth.pki
Classes in iu.auth.pki that implement IuPrincipalIdentityModifier and TypeClassDescriptionfinal class
PKI principal identity implementation class. -
Uses of IuPrincipalIdentity in iu.auth.principal
Classes in iu.auth.principal with type parameters of type IuPrincipalIdentityModifier and TypeInterfaceDescriptioninterface
PrincipalVerifier<I extends IuPrincipalIdentity>
Verifies a principal as valid for a realm.Methods in iu.auth.principal with parameters of type IuPrincipalIdentityModifier and TypeMethodDescriptionboolean
PrincipalVerifierRegistry.verify
(IuPrincipalIdentity id, String realm)