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.dtoMethods in com.authlete.common.dto that return AssertionProcessor Modifier and Type Method Description AssertionProcessorAssertionProcessor. setClaimRules(ClaimRule[] claimRules)Set the claim rules that will be applied to any assertions processed by this processor.AssertionProcessorAssertionProcessor. setJwks(String jwks)Set the JSON Web Key set used to check the assertion's signatures, serialized as a JSON string.AssertionProcessorAssertionProcessor. setNumber(int number)Get the object number for this assertion processor.AssertionProcessorAssertionProcessor. setServiceNumber(int serviceNumber)Set the number of the service that this assertion processor is attached to.AssertionProcessorAssertionProcessor. setTarget(AssertionTarget target)Set the part of the service that this assertion processor will be applied to.
 
-