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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.evidence.Evidence
castAndApply, castAndApply, castAs, castAs, getDecodedPrincipal, getPrincipal, setDecodedPrincipal
-
Constructor Details
-
DomainServerEvidence
-
-
Method Details
-
getDefaultPrincipal
- Specified by:
getDefaultPrincipalin interfaceorg.wildfly.security.evidence.Evidence
-
getToken
Get the server's security token.- Returns:
- the server's security token
-