public class AssertionProcessor extends Object
| Constructor and Description |
|---|
AssertionProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ClaimRule[] |
getClaimRules()
Get the claim rules that will be applied to any assertions processed by
this processor.
|
String |
getJwks()
Get the JSON Web Key set used to check the assertion's signatures, serialized
as a JSON string.
|
int |
getNumber()
Get the object number for this assertion processor.
|
int |
getServiceNumber()
Get the number of the service that this assertion processor is attached to.
|
AssertionTarget |
getTarget()
Get the part of the service that this assertion processor will be applied
to.
|
AssertionProcessor |
setClaimRules(ClaimRule[] claimRules)
Set the claim rules that will be applied to any assertions processed by
this processor.
|
AssertionProcessor |
setJwks(String jwks)
Set the JSON Web Key set used to check the assertion's signatures, serialized
as a JSON string.
|
AssertionProcessor |
setNumber(int number)
Get the object number for this assertion processor.
|
AssertionProcessor |
setServiceNumber(int serviceNumber)
Set the number of the service that this assertion processor is attached to.
|
AssertionProcessor |
setTarget(AssertionTarget target)
Set the part of the service that this assertion processor will be applied
to.
|
public String getJwks()
public AssertionProcessor setJwks(String jwks)
jwks - The JSON Web Key Setthis object.public AssertionTarget getTarget()
null if this processor
is active.public AssertionProcessor setTarget(AssertionTarget target)
target - The target assertion. Can not be null if this processor
is active.this object.public ClaimRule[] getClaimRules()
public AssertionProcessor setClaimRules(ClaimRule[] claimRules)
claimRules - The array of claim rules.this object.public int getServiceNumber()
public AssertionProcessor setServiceNumber(int serviceNumber)
serviceNumber - The service number.this object.public int getNumber()
public AssertionProcessor setNumber(int number)
number - The number for this assertion processor.this object.Copyright © 2019. All rights reserved.