public abstract static class AuthenticationHandler.AuthenticationResult extends Object
| Constructor and Description |
|---|
AuthenticationResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PrincipalId> |
getGroups() |
ExecutionContext.SecurityContext |
getSecurityContext() |
abstract PrincipalId |
getUser() |
public abstract PrincipalId getUser()
public abstract List<PrincipalId> getGroups()
public ExecutionContext.SecurityContext getSecurityContext()
null will mean
that the wire context will be delivered to the service
implementation.Copyright © 2022. All rights reserved.