public class AuthenticationResult extends Object
| Constructor and Description |
|---|
AuthenticationResult(String identity,
String authorizerName,
String authenticatedBy,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticatedBy() |
String |
getAuthorizerName() |
Map<String,Object> |
getContext() |
String |
getIdentity() |
int |
hashCode() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.