|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrustService
A Trust Service represents the SSO Trust component of the Federation Service. A Trust Service makes sure that the assertions being processed by the Single Sign On components are valid. This is key to avoiding granting access to unauthorized users
Method Summary | |
---|---|
java.lang.String |
generateSecret(java.lang.String tokenIdentifier)
Generates a token secret understood by the Federation of partner applications only |
java.lang.String |
validateSecret(java.lang.String tokenIdentifier,
java.lang.String secret)
Validates the secret associated with the token being processed by the Single Sign On components |
Method Detail |
---|
java.lang.String generateSecret(java.lang.String tokenIdentifier)
tokenIdentifier
- an identifier that can associate a secret with the corresponding token
java.lang.String validateSecret(java.lang.String tokenIdentifier, java.lang.String secret)
tokenIdentifier
- an identifier that can associate a secret with the corresponding tokensecret
- the secret associated with the token being processed by the Single Sign On components
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |