TokenType - the token type this trust engine evaluatespublic interface TrustEngine<TokenType>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
validate(TokenType token,
CriteriaSet trustBasisCriteria)
Validates the token against trusted information obtained in an
implementation-specific manner.
|
boolean validate(TokenType token, CriteriaSet trustBasisCriteria) throws SecurityException
token - security token to validatetrustBasisCriteria - criteria used to describe and/or resolve the information
which serves as the basis for trust evaluationSecurityException - thrown if there is a problem validating the security tokenCopyright © 2012. All Rights Reserved.