Package net.shibboleth.idp.authn.principal
package net.shibboleth.idp.authn.principal
Classes supporting Java
Principal
usage.-
ClassDescriptionBase class for
PrincipalSerializer
implementations.Principal that wraps anAuthenticationResult
.Principal that can be cloned without knowledge of the underlying type.DefaultPrincipalDeterminationStrategy<T extends Principal>Function that returns the first customPrincipal
of a particular type found on theAuthenticationResult
returned byAuthenticationContext.getAuthenticationResult()
.Principal serializer for arbitrary principal types.GenericPrincipalService<T extends Principal>PrincipalService
for most principal types that just exposes the properPrincipalSerializer
.Principal based on an HOTP authentication.Principal that wraps anIdPAttribute
.Principal that wraps a password.APredicate
to evaluate aPrincipal
that represents a requested form of authentication against a set of principals supported by aPrincipalSupportingComponent
.Generates aPredicate
to evaluate aPrincipalSupportingComponent
against a requested form of authentication expressed in terms of aPrincipal
.Wraps the association of aPrincipalEvalPredicateFactory
against a particularPrincipal
subtype and a string operator.A registry of mappings between a customPrincipal
subtype with a matching operator and a correspondingPrincipalEvalPredicateFactory
that returns predicates enforcing a particular set of matching rules for that operator and subtype.PrincipalSerializer<Type>Interface for the serialization/deserialization of principals.PrincipalService<T extends Principal>Interface that provides services for aPrincipal
of a given type.Manages and exposes instances of thePrincipalService
interface.Interface for an authentication component that exposes customPrincipal
objects.Principal that wraps a set of proxied authentication authorities and any restrictions on subsequent re-use.SealedPrincipalSerializer<T extends Principal>Principal serializer that encrypts/decrypts the data when serializing.SimplePrincipalSerializer<T extends Principal>Principal serializer for string-based principals that serialize to a simple JSON structure.Principal based on a TOTP authentication.Principal based on a username.