Package | Description |
---|---|
com.orientechnologies.orient.server.security | |
com.orientechnologies.orient.server.security.authenticator |
Modifier and Type | Class and Description |
---|---|
class |
OSecurityAuthenticatorAbstract
Provides an abstract implementation of OSecurityAuthenticator.
|
Modifier and Type | Method and Description |
---|---|
OSecurityAuthenticator |
ODefaultServerSecurity.getAuthenticator(String authMethod) |
OSecurityAuthenticator |
OServerSecurity.getAuthenticator(String authName)
Returns the authenticator based on name, if one exists.
|
OSecurityAuthenticator |
ODefaultServerSecurity.getPrimaryAuthenticator() |
OSecurityAuthenticator |
OServerSecurity.getPrimaryAuthenticator()
Returns the first authenticator in the list, which is the primary authenticator.
|
Modifier and Type | Class and Description |
---|---|
class |
ODefaultPasswordAuthenticator
Provides a default password authenticator.
|
class |
OServerConfigAuthenticator
Provides an OSecurityAuthenticator for the users listed in orientdb-server-config.xml.
|
class |
OSystemUserAuthenticator
Provides a default password authenticator.
|
Copyright © 2009–2020 OrientDB. All rights reserved.