Interface SecurityActor
- All Known Subinterfaces:
SecurityNode,SecurityToken,SecurityUser
- All Known Implementing Classes:
AuthenticatedNode,AuthenticatedToken,AuthenticatedUser
public interface SecurityActor
Base interface for other authenticated detail interfaces to extend.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if the actor authenticated via a token.
-
Method Details
-
isAuthenticatedWithToken
boolean isAuthenticatedWithToken()Return true if the actor authenticated via a token.- Returns:
- boolean
-