Uses of Class
com.vmware.nsx_policy.model.RegistrationToken
-
Packages that use RegistrationToken Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.aaa.registration_token com.vmware.nsx_policy.model com.vmware.nsx_policy.security -
-
Uses of RegistrationToken in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return RegistrationToken Modifier and Type Method Description RegistrationTokenRegistrationToken. create()The privileges of the registration token will be the same as the caller.RegistrationTokenRegistrationToken. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The privileges of the registration token will be the same as the caller.RegistrationTokenRegistrationTokenStub. create()RegistrationTokenRegistrationTokenStub. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)RegistrationTokenRegistrationToken. get(java.lang.String token)Deprecated.RegistrationTokenRegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.RegistrationTokenRegistrationTokenStub. get(java.lang.String token)RegistrationTokenRegistrationTokenStub. get(java.lang.String token, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.aaa with type arguments of type RegistrationToken Modifier and Type Method Description voidRegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)The privileges of the registration token will be the same as the caller.voidRegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The privileges of the registration token will be the same as the caller.voidRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)voidRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidRegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)Deprecated.voidRegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voidRegistrationTokenStub. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)voidRegistrationTokenStub. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of RegistrationToken in com.vmware.nsx_policy.aaa.registration_token
Methods in com.vmware.nsx_policy.aaa.registration_token that return RegistrationToken Modifier and Type Method Description RegistrationTokenRetrieve. create(RegTokenQuery regTokenQuery)Get the roles associated with the given registration tokenRegistrationTokenRetrieve. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the roles associated with the given registration tokenRegistrationTokenRetrieveStub. create(RegTokenQuery regTokenQuery)RegistrationTokenRetrieveStub. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.aaa.registration_token with type arguments of type RegistrationToken Modifier and Type Method Description voidRetrieve. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)Get the roles associated with the given registration tokenvoidRetrieve. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the roles associated with the given registration tokenvoidRetrieveStub. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)voidRetrieveStub. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of RegistrationToken in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RegistrationToken Modifier and Type Method Description static RegistrationTokenRegistrationToken. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static RegistrationTokenRegistrationToken. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RegistrationTokenRegistrationToken.Builder. build() -
Uses of RegistrationToken in com.vmware.nsx_policy.security
Methods in com.vmware.nsx_policy.security that return RegistrationToken Modifier and Type Method Description RegistrationTokenSensorRegistrationToken. create()The privileges of the registration token will be user with sensor role.RegistrationTokenSensorRegistrationToken. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The privileges of the registration token will be user with sensor role.RegistrationTokenSensorRegistrationTokenStub. create()RegistrationTokenSensorRegistrationTokenStub. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.security with type arguments of type RegistrationToken Modifier and Type Method Description voidSensorRegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)The privileges of the registration token will be user with sensor role.voidSensorRegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)The privileges of the registration token will be user with sensor role.voidSensorRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)voidSensorRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-