public interface AuthenticationInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationInfo |
of(Object principal) |
Object |
principal()
Should return a principal that uniquely identifies the authenticated subject within this authentication
provider.
|
Object principal()
Typically this is the same as the principal within the auth token map.
static AuthenticationInfo of(Object principal)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.