Uses of Interface
com.orientechnologies.orient.core.security.OSecurityAuthenticator
Packages that use OSecurityAuthenticator
Package
Description
-
Uses of OSecurityAuthenticator in com.orientechnologies.orient.core.security
Methods in com.orientechnologies.orient.core.security that return OSecurityAuthenticatorModifier and TypeMethodDescriptionODefaultSecuritySystem.getAuthenticator(String authMethod) OSecuritySystem.getAuthenticator(String authName) Returns the authenticator based on name, if one exists.ODefaultSecuritySystem.getPrimaryAuthenticator()OSecuritySystem.getPrimaryAuthenticator()Returns the first authenticator in the list, which is the primary authenticator.Methods in com.orientechnologies.orient.core.security that return types with arguments of type OSecurityAuthenticatorModifier and TypeMethodDescriptionODefaultSecuritySystem.getAuthenticatorsList()ODefaultSecuritySystem.getEnabledAuthenticators()Method parameters in com.orientechnologies.orient.core.security with type arguments of type OSecurityAuthenticatorModifier and TypeMethodDescriptionvoidODefaultSecuritySystem.setAuthenticatorList(List<OSecurityAuthenticator> authenticators) -
Uses of OSecurityAuthenticator in com.orientechnologies.orient.core.security.authenticator
Classes in com.orientechnologies.orient.core.security.authenticator that implement OSecurityAuthenticatorModifier and TypeClassDescriptionclassclassProvides a default password authenticator.classProvides an abstract implementation of OSecurityAuthenticator.classProvides an OSecurityAuthenticator for the users listed in orientdb-server-config.xml.classProvides a default password authenticator. -
Uses of OSecurityAuthenticator in com.orientechnologies.orient.server.security.authenticator
Classes in com.orientechnologies.orient.server.security.authenticator that implement OSecurityAuthenticatorModifier and TypeClassDescriptionclassThis exist only for backward compatibility for the package name configured in the security.jsonclassThis exist only for backward compatibility for the package name configured in the security.jsonclassThis exist only for backward compatibility for the package name configured in the security.json -
Uses of OSecurityAuthenticator in com.orientechnologies.security.kerberos
Classes in com.orientechnologies.security.kerberos that implement OSecurityAuthenticatorModifier and TypeClassDescriptionclassImplements the Kerberos authenticator module.