Uses of Class
com.orientechnologies.orient.core.exception.OSecurityException
Packages that use OSecurityException
Package
Description
-
Uses of OSecurityException in com.orientechnologies.orient.core.exception
Subclasses of OSecurityException in com.orientechnologies.orient.core.exceptionModifier and TypeClassDescriptionclassStorage key is invalid.classConstructors in com.orientechnologies.orient.core.exception with parameters of type OSecurityException -
Uses of OSecurityException in com.orientechnologies.orient.core.security
Subclasses of OSecurityException in com.orientechnologies.orient.core.securityModifier and TypeClassDescriptionclassAn exception for invalid passwords.Methods in com.orientechnologies.orient.core.security that throw OSecurityException -
Uses of OSecurityException in com.orientechnologies.orient.core.security.kerberos
Methods in com.orientechnologies.orient.core.security.kerberos that throw OSecurityException -
Uses of OSecurityException in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey that throw OSecurityExceptionModifier and TypeMethodDescriptionvoidThe usual password field should be a JSON representation.Constructors in com.orientechnologies.orient.core.security.symmetrickey that throw OSecurityExceptionModifierConstructorDescriptionOSymmetricKey(String algorithm, String base64Key) Sets the SecretKey based on the specified algorithm and Base64 key specified.OSymmetricKey(SecretKey secretKey) Uses the specified SecretKey as the private key and sets key algorithm from the SecretKey. -
Uses of OSecurityException in com.orientechnologies.orient.enterprise.channel.binary
Subclasses of OSecurityException in com.orientechnologies.orient.enterprise.channel.binary