|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClaim
| Method Summary | |
|---|---|
void |
addValue(String strValue)
|
IMetadata |
getMetadata()
This can contain the information about claim (e.g., source, authority who claimed it, validity information if any, etc) |
Object |
getSerialized()
|
IClaimType |
getType()
Type of a claim (e.g., principal, group, role, email, age, etc) |
Iterator |
getValues()
Value(s) of the claim. |
void |
setMetadata(IMetadata metadata)
|
void |
setType(IClaimType claimType)
|
| Method Detail |
|---|
void setType(IClaimType claimType)
void setMetadata(IMetadata metadata)
IClaimType getType()
Iterator getValues()
void addValue(String strValue)
IMetadata getMetadata()
Object getSerialized()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||