Modifier and Type | Required Element and Description |
---|---|
String[] |
value |
Modifier and Type | Optional Element and Description |
---|---|
String |
format |
boolean |
matchAll
If set to true then all the values of this claim have to be matched
|
ClaimMode |
mode
If set to ClaimMode.LAX then the match will fail only if the incoming
assertion has the same name and format claim with non-matching values
|
String |
name |
public abstract String[] value
public abstract String format
public abstract String name
public abstract boolean matchAll
public abstract ClaimMode mode
Apache CXF