|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
String |
getIssuer()
Specifies the URL of the STS from which to obtain a token. |
String |
getIssuerPolicy()
Specifies the URL of an endpoint from which the STS's policy can be retrieved. |
List |
getOptionalClaims()
Specifies the types of optional claims that may be supplied by the identity. |
List |
getRequiredClaims()
This parameter specifies the types of claims that must be supplied by the identity. |
String |
getTokenType()
Specifies the type of the token to be requested from the STS as String which represents token type URI. |
| Methods inherited from interface org.eclipse.higgins.icard.policy.IRPPolicy |
|---|
getPrivacyUrl, getPrivacyVersion, getSite |
| Methods inherited from interface org.eclipse.higgins.icard.IPolicy |
|---|
getICardTypes, getSummary, getType, isSatisfiedBy |
| Method Detail |
public String getIssuer()
public String getIssuerPolicy()
public String getTokenType()
String which represents token type URI. This parameter can
be omitted if the STS and the Web site front-end have a mutual
understanding about what token type will be provided, or if the Web site
is willing to accept any token type.
public List getRequiredClaims()
String.
IClaimTypepublic List getOptionalClaims()
String.
IClaimType
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||