public interface GlobalFips extends Service, GlobalFipsTypes
GlobalFips interface provides methods to enable/disable appliance
FIPS mode.GlobalFipsTypes.Info, GlobalFipsTypes.UpdateSpec_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
GlobalFipsTypes.Info |
get()
Get current appliance FIPS settings.
|
void |
get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback)
Get current appliance FIPS settings.
|
void |
get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Get current appliance FIPS settings.
|
GlobalFipsTypes.Info |
get(InvocationConfig invocationConfig)
Get current appliance FIPS settings.
|
void |
update(GlobalFipsTypes.UpdateSpec spec)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Enable/Disable Global FIPS mode for the appliance.
|
void |
update(GlobalFipsTypes.UpdateSpec spec,
InvocationConfig invocationConfig)
Enable/Disable Global FIPS mode for the appliance.
|
GlobalFipsTypes.Info get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorGlobalFipsTypes.Info get(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Current FIPS settings state.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<GlobalFipsTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
Current FIPS settings state.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void update(GlobalFipsTypes.UpdateSpec spec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
spec - Error - Generic errorvoid update(GlobalFipsTypes.UpdateSpec spec, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
spec - invocationConfig - Configuration for the method invocation.Error - Generic errorvoid update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
spec - asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(GlobalFipsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
spec - asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.