| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.