Package net.shibboleth.idp.authn.principal
Classes supporting Java
Principal usage.-
Interface Summary Interface Description CloneablePrincipal Principal that can be cloned without knowledge of the underlying type.PrincipalEvalPredicate APredicateto evaluate aPrincipalthat represents a requested form of authentication against a set of principals supported by aPrincipalSupportingComponent.PrincipalEvalPredicateFactory Generates aPredicateto evaluate aPrincipalSupportingComponentagainst a requested form of authentication expressed in terms of aPrincipal.PrincipalSerializer<Type> Interface for the serialization/deserialization of principals.PrincipalService<T extends Principal> Interface that provides services for aPrincipalof a given type.PrincipalSupportingComponent Interface for an authentication component that exposes customPrincipalobjects. -
Class Summary Class Description AbstractPrincipalSerializer<Type> Base class forPrincipalSerializerimplementations.AuthenticationResultPrincipal Principal that wraps anAuthenticationResult.DefaultPrincipalDeterminationStrategy<T extends Principal> Deprecated, for removal: This API element is subject to removal in a future version. GenericPrincipalSerializer Principal serializer for arbitrary principal types.GenericPrincipalService<T extends Principal> PrincipalServicefor most principal types that just exposes the properPrincipalSerializer.HOTPPrincipal Principal based on an HOTP authentication.IdPAttributePrincipal Principal that wraps anIdPAttribute.PasswordPrincipal Principal that wraps a password.PrincipalEvalPredicateFactoryRegistration Wraps the association of aPrincipalEvalPredicateFactoryagainst a particularPrincipalsubtype and a string operator.PrincipalEvalPredicateFactoryRegistry 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.PrincipalServiceManager Manages and exposes instances of thePrincipalServiceinterface.ProxyAuthenticationPrincipal 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.TOTPPrincipal Principal based on a TOTP authentication.UsernamePrincipal Principal based on a username.