Class OSystemUserAuthenticator
java.lang.Object
com.orientechnologies.orient.core.security.authenticator.OSecurityAuthenticatorAbstract
com.orientechnologies.orient.core.security.authenticator.OSystemUserAuthenticator
com.orientechnologies.orient.server.security.authenticator.OSystemUserAuthenticator
- All Implemented Interfaces:
OSecurityAuthenticator,OSecurityComponent
- Direct Known Subclasses:
OSystemSymmetricKeyAuth
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.OSystemUserAuthenticator
active, authenticate, dispose, getUser, isAuthorizedMethods inherited from class com.orientechnologies.orient.core.security.authenticator.OSecurityAuthenticatorAbstract
authenticate, config, 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
-
OSystemUserAuthenticator
public OSystemUserAuthenticator()
-