|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImmutableDataServicesConfigMBean
Exposes a read-only view of the data services configuration.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,AdminDefinedSecureResourceConfig> |
getAdminDefinedSecureResourceConfigs(java.lang.String dataServiceId)
Returns a non null map of admin defined security config for the passed data service. |
java.util.Set<FunctionRef> |
getAllFunctionIdsForDataService(java.lang.String dataServiceId)
Returns a list of function ids for all the function configurations for the passed dataservice. |
FunctionConfig |
getFunctionConfig(FunctionRef functionRef)
Returns the function config for the requested data service and function id. |
java.util.Map<FunctionRef,FunctionConfig> |
getFunctionConfigs(java.lang.String dataServiceId)
Returns a map of all the functions in the passed data service. |
java.util.Set<java.lang.String> |
getUserDefinedSecureResources(java.lang.String dataServiceId)
Returns a list of all the user defined security resources. |
| Method Detail |
|---|
java.util.Set<FunctionRef> getAllFunctionIdsForDataService(java.lang.String dataServiceId)
throws java.lang.Exception
dataServiceId -
java.lang.Exception
FunctionConfig getFunctionConfig(FunctionRef functionRef)
throws java.lang.Exception
functionRef -
java.lang.Exception
java.util.Map<FunctionRef,FunctionConfig> getFunctionConfigs(java.lang.String dataServiceId)
throws java.lang.Exception
dataServiceId -
java.lang.Exception
java.util.Set<java.lang.String> getUserDefinedSecureResources(java.lang.String dataServiceId)
throws java.lang.Exception
dataServiceId -
java.lang.Exception
java.util.Map<java.lang.String,AdminDefinedSecureResourceConfig> getAdminDefinedSecureResourceConfigs(java.lang.String dataServiceId)
throws java.lang.Exception
dataServiceId -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||