Uses of Class
se.idsec.signservice.integration.authentication.SignerIdentityAttributeValue
Packages that use SignerIdentityAttributeValue
Package
Description
Interfaces and classes for the authentication of a signer/principal.
-
Uses of SignerIdentityAttributeValue in se.idsec.signservice.integration.authentication
Methods in se.idsec.signservice.integration.authentication that return types with arguments of type SignerIdentityAttributeValueModifier and TypeMethodDescriptionAuthnRequirements.getRequestedSignerAttributes()
Gets the list of identity attribute values that the sign requester requires the authentication service (IdP) to validate and deliver (and the signature service to assert).SignerAssertionInformation.getSignerAttributes()
Gets the identity attributes for the signer.Method parameters in se.idsec.signservice.integration.authentication with type arguments of type SignerIdentityAttributeValueModifier and TypeMethodDescriptionvoid
AuthnRequirements.setRequestedSignerAttributes
(List<SignerIdentityAttributeValue> requestedSignerAttributes) Assigns the list of identity attribute values that the sign requester requires the authentication service (IdP) to validate and deliver (and the signature service to assert).void
SignerAssertionInformation.setSignerAttributes
(List<SignerIdentityAttributeValue> signerAttributes) Assigns the identity attributes for the signer.