TokenType
- the token type this trust engine evaluatespublic interface TrustEngine<TokenType>
Modifier and Type | Method and Description |
---|---|
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 © 2018 JBoss by Red Hat. All rights reserved.