public interface AuthSubject
extends org.neo4j.kernel.api.security.AccessMode
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
getAuthenticationResult() |
void |
logout() |
void |
setPassword(String password)
Set the password for the AuthSubject
|
void logout()
AuthenticationResult getAuthenticationResult()
void setPassword(String password) throws IOException, IllegalCredentialsException
password - The new passwordIOException - If the new credentials cannot be serialized to disk.IllegalCredentialsException - If the new password is invalid.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.