
public abstract class OSecurityAuthenticatorAbstract extends Object implements OSecurityAuthenticator
| Constructor and Description |
|---|
OSecurityAuthenticatorAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
active() |
void |
config(OServer oServer,
OServerConfigurationManager serverCfg,
ODocument jsonConfig) |
void |
dispose() |
String |
getAuthenticationHeader(String databaseName) |
Subject |
getClientSubject() |
String |
getName() |
protected OServer |
getServer() |
protected OServerConfigurationManager |
getServerConfig() |
OServerUserConfiguration |
getUser(String username) |
boolean |
isAuthorized(String username,
String resource) |
protected boolean |
isCaseSensitive() |
protected boolean |
isDebug() |
boolean |
isEnabled() |
protected boolean |
isPasswordValid(OServerUserConfiguration user) |
boolean |
isSingleSignOnSupported() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticateprotected OServer getServer()
protected OServerConfigurationManager getServerConfig()
protected boolean isDebug()
protected boolean isCaseSensitive()
public void active()
active in interface OSecurityComponentpublic void config(OServer oServer, OServerConfigurationManager serverCfg, ODocument jsonConfig)
config in interface OSecurityComponentpublic void dispose()
dispose in interface OSecurityComponentpublic boolean isEnabled()
isEnabled in interface OSecurityComponentpublic String getAuthenticationHeader(String databaseName)
getAuthenticationHeader in interface OSecurityAuthenticatorpublic Subject getClientSubject()
getClientSubject in interface OSecurityAuthenticatorpublic String getName()
getName in interface OSecurityAuthenticatorpublic OServerUserConfiguration getUser(String username)
getUser in interface OSecurityAuthenticatorpublic boolean isAuthorized(String username, String resource)
isAuthorized in interface OSecurityAuthenticatorpublic boolean isSingleSignOnSupported()
isSingleSignOnSupported in interface OSecurityAuthenticatorprotected boolean isPasswordValid(OServerUserConfiguration user)
Copyright © 2009–2025 OrientDB. All rights reserved.