|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.federation.service.Trust
public class Trust
Trust provides an implementation of the TrustService that can be managed via the jmx-console
Method Summary | |
---|---|
java.lang.String |
generateSecret(java.lang.String tokenIdentifier)
Generates a token secret understood by the Federation of partner applications only |
static Trust |
getInstance()
Creates an instance of the Trust Service for this instance of the Federation Server |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Trust getInstance()
public java.lang.String generateSecret(java.lang.String tokenIdentifier)
generateSecret
in interface TrustService
tokenIdentifier
- an identifier that can associate a secret with the corresponding token
public java.lang.String validateSecret(java.lang.String tokenIdentifier, java.lang.String secret)
validateSecret
in interface TrustService
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 |