public class OServerConfigAuthenticator extends OSecurityAuthenticatorAbstract
Constructor and Description |
---|
OServerConfigAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
active() |
String |
authenticate(String username,
String password) |
void |
config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
OServerUserConfiguration |
getUser(String username) |
boolean |
isAuthorized(String username,
String resource) |
protected boolean |
isCaseSensitive() |
dispose, getAuthenticationHeader, getClientSubject, getName, getServer, getServerConfig, isDebug, isEnabled, isPasswordValid, isSingleSignOnSupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthenticationHeaders
public void active()
active
in interface OSecurityComponent
active
in class OSecurityAuthenticatorAbstract
public void config(OServer oServer, OServerConfigurationManager serverCfg, ODocument jsonConfig)
config
in interface OSecurityComponent
config
in class OSecurityAuthenticatorAbstract
public OServerUserConfiguration getUser(String username)
getUser
in interface OSecurityAuthenticator
getUser
in class OSecurityAuthenticatorAbstract
public boolean isAuthorized(String username, String resource)
isAuthorized
in interface OSecurityAuthenticator
isAuthorized
in class OSecurityAuthenticatorAbstract
protected boolean isCaseSensitive()
isCaseSensitive
in class OSecurityAuthenticatorAbstract
Copyright © 2009–2020 OrientDB. All rights reserved.