Package org.jboss.as.server.security
Class DomainServerEvidence
- java.lang.Object
-
- org.jboss.as.server.security.DomainServerEvidence
-
- All Implemented Interfaces:
org.wildfly.security.evidence.Evidence
public final class DomainServerEvidence extends Object implements org.wildfly.security.evidence.Evidence
A piece of evidence representing the authenticating domain server.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description DomainServerEvidence(Principal serverPrincipal, String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalgetDefaultPrincipal()StringgetToken()Get the server's security token.
-