public class AuthPolicyStub extends com.vmware.vapi.internal.bindings.Stub implements AuthPolicy
AuthPolicy
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
AuthPolicyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
AuthPolicyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| 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.
|
public AuthPolicyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AuthPolicyStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AuthenticationPolicyProperties get()
AuthPolicySynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface AuthPolicypublic AuthenticationPolicyProperties get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface AuthPolicyinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
AuthPolicyAsynchronous 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
get in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyAsynchronous 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
get in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public AuthenticationPolicyProperties resetall()
AuthPolicyreset-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.
resetall in interface AuthPolicypublic AuthenticationPolicyProperties resetall(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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.
resetall in interface AuthPolicyinvocationConfig - Configuration for the method invocation.public void resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
AuthPolicyreset-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
resetall in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void resetall(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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
resetall in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public AuthenticationPolicyProperties resetauthpolicies()
AuthPolicyreset-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.
resetauthpolicies in interface AuthPolicypublic AuthenticationPolicyProperties resetauthpolicies(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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.
resetauthpolicies in interface AuthPolicyinvocationConfig - Configuration for the method invocation.public void resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
AuthPolicyreset-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
resetauthpolicies in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void resetauthpolicies(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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
resetauthpolicies in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public AuthenticationPolicyProperties resetpwdcomplexity()
AuthPolicyreset-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.
resetpwdcomplexity in interface AuthPolicypublic AuthenticationPolicyProperties resetpwdcomplexity(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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.
resetpwdcomplexity in interface AuthPolicyinvocationConfig - Configuration for the method invocation.public void resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
AuthPolicyreset-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
resetpwdcomplexity in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void resetpwdcomplexity(com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyreset-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
resetpwdcomplexity in interface AuthPolicyasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public AuthenticationPolicyProperties update(AuthenticationPolicyProperties authenticationPolicyProperties)
AuthPolicySynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface AuthPolicyauthenticationPolicyProperties - (required)public AuthenticationPolicyProperties update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface AuthPolicyauthenticationPolicyProperties - (required)invocationConfig - Configuration for the method invocation.public void update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback)
AuthPolicyAsynchronous 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
update in interface AuthPolicyauthenticationPolicyProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(AuthenticationPolicyProperties authenticationPolicyProperties, com.vmware.vapi.bindings.client.AsyncCallback<AuthenticationPolicyProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AuthPolicyAsynchronous 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
update in interface AuthPolicyauthenticationPolicyProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.