Uses of Class
com.authlete.common.dto.AssertionProcessor
-
Packages that use AssertionProcessor Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AssertionProcessor in com.authlete.common.dto
Methods in com.authlete.common.dto that return AssertionProcessor Modifier and Type Method Description AssertionProcessor
AssertionProcessor. setClaimRules(ClaimRule[] claimRules)
Set the claim rules that will be applied to any assertions processed by this processor.AssertionProcessor
AssertionProcessor. setJwks(String jwks)
Set the JSON Web Key set used to check the assertion's signatures, serialized as a JSON string.AssertionProcessor
AssertionProcessor. setNumber(int number)
Get the object number for this assertion processor.AssertionProcessor
AssertionProcessor. setServiceNumber(int serviceNumber)
Set the number of the service that this assertion processor is attached to.AssertionProcessor
AssertionProcessor. setTarget(AssertionTarget target)
Set the part of the service that this assertion processor will be applied to.
-