Class ODefaultPasswordAuthenticator
java.lang.Object
com.orientechnologies.orient.core.security.authenticator.OSecurityAuthenticatorAbstract
com.orientechnologies.orient.core.security.authenticator.ODefaultPasswordAuthenticator
com.orientechnologies.orient.server.security.authenticator.ODefaultPasswordAuthenticator
- All Implemented Interfaces:
OSecurityAuthenticator,OSecurityComponent
- Direct Known Subclasses:
OSecuritySymmetricKeyAuth
This exist only for backward compatibility for the package name configured in the security.json
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.security.authenticator.ODefaultPasswordAuthenticator
active, authenticate, config, createServerUser, dispose, getUser, isAuthorizedMethods inherited from class com.orientechnologies.orient.core.security.authenticator.OSecurityAuthenticatorAbstract
authenticate, getAuthenticationHeader, getClientSubject, getName, getSecurity, isCaseSensitive, isDebug, isEnabled, isPasswordValid, isSingleSignOnSupportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.security.OSecurityAuthenticator
getAuthenticationHeaders
-
Constructor Details
-
ODefaultPasswordAuthenticator
public ODefaultPasswordAuthenticator()
-