TokenType - the token type this trust engine evaluatespublic class ChainingTrustEngine<TokenType> extends Object implements TrustEngine<TokenType>
| コンストラクタと説明 |
|---|
ChainingTrustEngine()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<TrustEngine<TokenType>> |
getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
boolean |
validate(TokenType token,
CriteriaSet trustBasisCriteria)
Validates the token against trusted information obtained in an
implementation-specific manner.
|
public List<TrustEngine<TokenType>> getChain()
public boolean validate(TokenType token, CriteriaSet trustBasisCriteria) throws SecurityException
validate インタフェース内 TrustEngine<TokenType>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.