|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPolicy
| Method Summary | |
|---|---|
Class[] |
getICardTypes()
Returns an array of ICard interfaces that could
satisfy this policy. |
List |
getRequiredClaims()
This parameter specifies the types of claims that must be supplied by the identity. |
String[] |
getSummary()
Gets short description of each claim in this policy; |
String |
getType()
Represents the type of this policy (e.g. |
boolean |
isSatisfiedBy(ICard icard)
Checks whether this policy could be satisfied with given icard. |
| Method Detail |
|---|
String getType()
Class[] getICardTypes()
ICard interfaces that could
satisfy this policy.
String[] getSummary()
List getRequiredClaims()
String.
IClaimTypeboolean isSatisfiedBy(ICard icard)
icard.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||