Package org.wildfly.security.evidence
Class BearerTokenEvidence
- java.lang.Object
 - 
- org.wildfly.security.evidence.BearerTokenEvidence
 
 
- 
- All Implemented Interfaces:
 Evidence
public final class BearerTokenEvidence extends Object implements Evidence
A piece of evidence that is comprised of a bearer security token.- Author:
 - Pedro Igor
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BearerTokenEvidence(String token)Construct a new instance. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetToken()Get the bearer security token.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.wildfly.security.evidence.Evidence
castAndApply, castAndApply, castAs, castAs, getDecodedPrincipal, getDefaultPrincipal, getPrincipal, setDecodedPrincipal 
 - 
 
 -