|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrustedIDEvaluator
Evaluates whether the received identity (ID) is trusted. The server issues Credentials only to those identities that are trusted.
TrustedIDEvaluatorImpl
Method Summary | |
---|---|
boolean |
evaluate(java.lang.String id)
Evaluates whether the received identity (ID) is trusted. |
Methods inherited from interface com.ibm.wsspi.wssecurity.Initializable |
---|
init |
Method Detail |
---|
boolean evaluate(java.lang.String id) throws TrustedIDEvaluatorException
id
- An ID to be evaluated. A realm name may be specified with a
format of "id@realm".
true
if the ID is trusted, false
otherwise.
TrustedIDEvaluatorException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |