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 TypeInterfaceDescriptioninterfacePrincipalimplementation for an HTTP-authenticated user or client application.Methods in edu.iu.auth with parameters of type IuPrincipalIdentityModifier and TypeMethodDescriptionstatic booleanIuPrincipalIdentity.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 TypeInterfaceDescriptioninterfaceProvides 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 TypeMethodDescriptionbooleanIuPrincipalSpi.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 verifiableIuPrincipalIdentitythat 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 classPKI principal identity implementation class. -
Uses of IuPrincipalIdentity in iu.auth.principal
Classes in iu.auth.principal with type parameters of type IuPrincipalIdentityModifier and TypeInterfaceDescriptioninterfacePrincipalVerifier<I extends IuPrincipalIdentity>Verifies a principal as valid for a realm.Methods in iu.auth.principal with parameters of type IuPrincipalIdentityModifier and TypeMethodDescriptionbooleanPrincipalVerifierRegistry.verify(IuPrincipalIdentity id, String realm)