Modifier and Type | Method and Description |
---|---|
protected OServerUserConfiguration |
OServer.authenticateUser(String iUserName,
String iPassword,
String iResourceToCheck) |
OServerUserConfiguration |
OClientConnection.getServerUser() |
OServerUserConfiguration |
OServer.getUser(String iUserName) |
OServerUserConfiguration |
OServer.serverLogin(String iUser,
String iPassword,
String iResource) |
Modifier and Type | Method and Description |
---|---|
default byte[] |
OTokenHandler.getSignedWebTokenServerUser(OServerUserConfiguration user) |
void |
OClientConnection.setServerUser(OServerUserConfiguration serverUser) |
Modifier and Type | Field and Description |
---|---|
OServerUserConfiguration[] |
OServerConfiguration.users |
Modifier and Type | Field and Description |
---|---|
List<OServerUserConfiguration> |
OServerSecurityConfiguration.users |
Modifier and Type | Method and Description |
---|---|
OServerUserConfiguration |
OServerConfigurationManager.getUser(String iServerUserName) |
OServerUserConfiguration |
OServerConfigurationManager.setEphemeralUser(String username,
String password,
String resources) |
Modifier and Type | Method and Description |
---|---|
Set<OServerUserConfiguration> |
OServerConfigurationManager.getUsers() |
Modifier and Type | Method and Description |
---|---|
OServerUserConfiguration |
ODefaultServerSecurity.getUser(String username) |
OServerUserConfiguration |
OSecurityAuthenticator.getUser(String username) |
OServerUserConfiguration |
OServerSecurity.getUser(String username)
Some authenticators support maintaining a list of users and associated resources (and sometimes
passwords).
|
OServerUserConfiguration |
OSecurityAuthenticatorAbstract.getUser(String username) |
Modifier and Type | Method and Description |
---|---|
ORole |
OSecurityServerExternal.createRole(OServerUserConfiguration serverUser) |
protected boolean |
OSecurityAuthenticatorAbstract.isPasswordValid(OServerUserConfiguration user) |
Modifier and Type | Method and Description |
---|---|
protected OServerUserConfiguration |
ODefaultPasswordAuthenticator.createServerUser(ODocument userDoc) |
OServerUserConfiguration |
OSystemUserAuthenticator.getUser(String username) |
OServerUserConfiguration |
ODefaultPasswordAuthenticator.getUser(String username) |
OServerUserConfiguration |
OServerConfigAuthenticator.getUser(String username) |
Modifier and Type | Method and Description |
---|---|
protected OJwtPayload |
OTokenHandlerImpl.createPayloadServerUser(OServerUserConfiguration serverUser) |
byte[] |
OTokenHandlerImpl.getSignedWebTokenServerUser(OServerUserConfiguration user) |
Copyright © 2009–2020 OrientDB. All rights reserved.