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 RegistrationToken
RegistrationToken. create()
The privileges of the registration token will be the same as the caller.RegistrationToken
RegistrationToken. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The privileges of the registration token will be the same as the caller.RegistrationToken
RegistrationTokenStub. create()
RegistrationToken
RegistrationTokenStub. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RegistrationToken
RegistrationToken. get(java.lang.String token)
Deprecated.RegistrationToken
RegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.RegistrationToken
RegistrationTokenStub. get(java.lang.String token)
RegistrationToken
RegistrationTokenStub. 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 void
RegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
The privileges of the registration token will be the same as the caller.void
RegistrationToken. 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.void
RegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
void
RegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
RegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
Deprecated.void
RegistrationToken. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
RegistrationTokenStub. get(java.lang.String token, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
void
RegistrationTokenStub. 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 RegistrationToken
Retrieve. create(RegTokenQuery regTokenQuery)
Get the roles associated with the given registration tokenRegistrationToken
Retrieve. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the roles associated with the given registration tokenRegistrationToken
RetrieveStub. create(RegTokenQuery regTokenQuery)
RegistrationToken
RetrieveStub. 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 void
Retrieve. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
Get the roles associated with the given registration tokenvoid
Retrieve. 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 tokenvoid
RetrieveStub. create(RegTokenQuery regTokenQuery, com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
void
RetrieveStub. 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 RegistrationToken
RegistrationToken. _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 RegistrationToken
RegistrationToken. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RegistrationToken
RegistrationToken.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 RegistrationToken
SensorRegistrationToken. create()
The privileges of the registration token will be user with sensor role.RegistrationToken
SensorRegistrationToken. create(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
The privileges of the registration token will be user with sensor role.RegistrationToken
SensorRegistrationTokenStub. create()
RegistrationToken
SensorRegistrationTokenStub. 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 void
SensorRegistrationToken. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
The privileges of the registration token will be user with sensor role.void
SensorRegistrationToken. 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.void
SensorRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback)
void
SensorRegistrationTokenStub. create(com.vmware.vapi.bindings.client.AsyncCallback<RegistrationToken> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-