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 SummaryModifier and TypeMethodDescriptionvoidclose()getAuthorizationString(Request request) static AuthorizationProviderMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.nosql.driver.AuthorizationProviderflushCache, forCloud, setRequiredHeaders, validateAuthString
- 
Method Details- 
getProvider
- 
getAuthorizationString- Specified by:
- getAuthorizationStringin interface- AuthorizationProvider
 
- 
closepublic void close()- Specified by:
- closein interface- AuthorizationProvider
 
 
-