Modifier and Type | Class and Description |
---|---|
class |
OInvalidStorageEncryptionKeyException
Storage key is invalid.
|
class |
OSecurityAccessException |
Constructor and Description |
---|
OSecurityException(OSecurityException exception) |
Modifier and Type | Class and Description |
---|---|
class |
OInvalidPasswordException
An exception for invalid passwords.
|
Modifier and Type | Method and Description |
---|---|
void |
ODefaultCI.intercept(String url,
String username,
String password) |
void |
OCredentialInterceptor.intercept(String url,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
OKerberosCredentialInterceptor.intercept(String url,
String principal,
String spn) |
Modifier and Type | Method and Description |
---|---|
void |
OSymmetricKeyCI.intercept(String url,
String username,
String password)
The usual password field should be a JSON representation.
|
Constructor and Description |
---|
OSymmetricKey(SecretKey secretKey)
Uses the specified SecretKey as the private key and sets key algorithm from the SecretKey.
|
OSymmetricKey(String algorithm,
String base64Key)
Sets the SecretKey based on the specified algorithm and Base64 key specified.
|
Modifier and Type | Class and Description |
---|---|
class |
OTokenSecurityException
Created by tglman on 10/11/15.
|
Copyright © 2009–2020 OrientDB. All rights reserved.