|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setType(IClaimType claimType)
public void setMetadata(IMetadata metadata)
public IClaimType getType()
public Iterator getValues()
public void addValue(String strValue)
public IMetadata getMetadata()
public Object getSerialized()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |