public interface AuthenticationContext
| Modifier and Type | Method and Description |
|---|---|
Principal |
getPrincipal() |
boolean |
isAuthenticated() |
Principal getPrincipal()
null if none is authenticated.boolean isAuthenticated()
true if the principal is authenticated, false otherwise.Copyright © 2017 Atlassian. All rights reserved.