@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Claim
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.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
|
java.lang.String |
name |
public abstract java.lang.String format
public abstract java.lang.String name
public abstract boolean matchAll
public abstract ClaimMode mode