public interface AuthPolicy extends com.vmware.vapi.bindings.Service, AuthPolicyTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
AuthenticationPolicyProperties |
get()
Returns information about the currently configured authentication policies and
password complexity on the node.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Returns information about the currently configured authentication policies and
password complexity on the node.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the currently configured authentication policies and
password complexity on the node.
|
AuthenticationPolicyProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the currently configured authentication policies and
password complexity on the node.
|
AuthenticationPolicyProperties |
resetall()
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
resetall(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
resetauthpolicies()
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
resetauthpolicies(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
resetpwdcomplexity()
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
void |
resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
resetpwdcomplexity(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets to default, currently configured authentication policy and password
complexity on the node.
|
AuthenticationPolicyProperties |
update(AuthenticationPolicyProperties authenticationPolicyProperties)
Update the currently configured authentication policy and password complexity on
the node.
|
void |
update(AuthenticationPolicyProperties authenticationPolicyProperties,
com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Update the currently configured authentication policy and password complexity on
the node.
|
void |
update(AuthenticationPolicyProperties authenticationPolicyProperties,
com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the currently configured authentication policy and password complexity on
the node.
|
AuthenticationPolicyProperties |
update(AuthenticationPolicyProperties authenticationPolicyProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the currently configured authentication policy and password complexity on
the node.
|
AuthenticationPolicyProperties get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundAuthenticationPolicyProperties get(com.vmware.vapi.bindings.client.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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.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:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.AuthenticationPolicyProperties resetall()
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundAuthenticationPolicyProperties resetall(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.AuthenticationPolicyProperties resetauthpolicies()
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundAuthenticationPolicyProperties resetauthpolicies(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.AuthenticationPolicyProperties resetpwdcomplexity()
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundAuthenticationPolicyProperties resetpwdcomplexity(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only
configured Authentication policy
includes -
{api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period,
cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
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:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.AuthenticationPolicyProperties update(AuthenticationPolicyProperties authenticationPolicyProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
authenticationPolicyProperties - (required)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundAuthenticationPolicyProperties update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.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.
authenticationPolicyProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
authenticationPolicyProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.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:
com.vmware.nsx.model.AuthenticationPolicyProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
authenticationPolicyProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.