Uses of Interface
com.orientechnologies.orient.core.metadata.security.auth.OAuthenticationInfo
Packages that use OAuthenticationInfo
Package
Description
-
Uses of OAuthenticationInfo in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOrientDBRemote.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOSecurityRemote.securityAuthenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOrientDBEmbedded.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) OrientDBInternal.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config) Open a database specified by name using the authentication info provided, with specific configuration -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionvoidODatabaseDocumentEmbedded.internalOpen(OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOSecurityInternal.securityAuthenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) OSecurityShared.securityAuthenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.metadata.security.auth
Classes in com.orientechnologies.orient.core.metadata.security.auth that implement OAuthenticationInfo -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.security
Methods in com.orientechnologies.orient.core.security with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionODefaultSecuritySystem.authenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) OSecurityAuthenticator.authenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) OSecuritySystem.authenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.security.authenticator
Methods in com.orientechnologies.orient.core.security.authenticator with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionODatabaseUserAuthenticator.authenticate(ODatabaseSession session, OAuthenticationInfo info) OSecurityAuthenticatorAbstract.authenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOSymmetricKeySecurity.securityAuthenticate(ODatabaseSession session, OAuthenticationInfo authenticationInfo) -
Uses of OAuthenticationInfo in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db with parameters of type OAuthenticationInfoModifier and TypeMethodDescriptionOrientDBDistributed.open(OAuthenticationInfo authenticationInfo, OrientDBConfig config)