Package net.shibboleth.idp.authn.principal
@NonnullElements
package net.shibboleth.idp.authn.principal
Classes supporting Java
Principal usage.-
ClassDescriptionBase class for
PrincipalSerializerimplementations.Principal that wraps anAuthenticationResult.Principal that can be cloned without knowledge of the underlying type.Principal serializer for arbitrary principal types.GenericPrincipalService<T extends Principal>PrincipalServicefor most principal types that just exposes the properPrincipalSerializer.Principal based on an HOTP authentication.Principal that wraps anIdPAttribute.Principal that wraps a password.APredicateto evaluate aPrincipalthat represents a requested form of authentication against a set of principals supported by aPrincipalSupportingComponent.Generates aPredicateto evaluate aPrincipalSupportingComponentagainst a requested form of authentication expressed in terms of aPrincipal.Wraps the association of aPrincipalEvalPredicateFactoryagainst a particularPrincipalsubtype and a string operator.A registry of mappings between a customPrincipalsubtype with a matching operator and a correspondingPrincipalEvalPredicateFactorythat 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 aPrincipalof a given type.Manages and exposes instances of thePrincipalServiceinterface.Helper class for accessingPrincipalinformation.Interface for an authentication component that exposes customPrincipalobjects.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.