Package org.opensaml.security.testing
Class MockTrustEngine<TokenType>
java.lang.Object
org.opensaml.security.testing.MockTrustEngine<TokenType>
- All Implemented Interfaces:
TrustEngine<TokenType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(TokenType token, CriteriaSet trustBasisCriteria) Validates the token against trusted information obtained in an implementation-specific manner.
-
Field Details
-
trusted
private boolean trusted -
throwable
-
-
Constructor Details
-
MockTrustEngine
public MockTrustEngine(boolean flag) -
MockTrustEngine
-
-
Method Details