Package com.oracle.nosql.spring.data
Class NosqlDbFactory.CloudSimProvider
java.lang.Object
com.oracle.nosql.spring.data.NosqlDbFactory.CloudSimProvider
- All Implemented Interfaces:
AuthorizationProvider
- Enclosing class:
NosqlDbFactory
A simple provider that uses a manufactured id for use by the
Cloud Simulator. It is used as a namespace for tables and not
for any actual authorization or authentication.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getAuthorizationString
(Request request) static AuthorizationProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface oracle.nosql.driver.AuthorizationProvider
flushCache, forCloud, setRequiredHeaders, validateAuthString
-
Method Details
-
getProvider
-
getAuthorizationString
- Specified by:
getAuthorizationString
in interfaceAuthorizationProvider
-
close
public void close()- Specified by:
close
in interfaceAuthorizationProvider
-