TokenType
- the token type this trust engine evaluatespublic interface TrustEngine<TokenType>
boolean validate(@Nonnull TokenType token, @Nullable net.shibboleth.utilities.java.support.resolver.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 © 1999–2015. All rights reserved.