Package com.oracle.bmc.auth
Annotation Type AuthCachingPolicy
- 
 @Target(TYPE) @Retention(RUNTIME) public @interface AuthCachingPolicy AuthCachingPolicy provides the ability to annotation basic auth providers with what level of caching a request signer should try to follow.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description booleancacheKeyIdParam to set whether or not keyIds can be cached.booleancachePrivateKeyParam to set whether or not private can be cached.
 
-