Class OSymmetricKeySecurity

java.lang.Object
com.orientechnologies.orient.core.security.symmetrickey.OSymmetricKeySecurity
All Implemented Interfaces:
OSecurityInternal

public class OSymmetricKeySecurity extends Object implements OSecurityInternal
Provides a symmetric key specific authentication. Implements an OSecurity interface that delegates to the specified OSecurity object.

This is used with embedded (non-server) databases, like so: db.setProperty(ODatabase.OPTIONS.SECURITY.toString(), OSymmetricKeySecurity.class);

Author:
S. Colin Leister