Interface Binding.Service
-
- All Superinterfaces:
Binding.Service
,Maskable
,ResultLimitable
,Service
- All Known Subinterfaces:
Phone.Service
,Totp.Service
,Verisign.Service
- Enclosing class:
- Binding
@ApiService("SoftLayer_User_Customer_External_Binding") public static interface Binding.Service extends Binding.Service
<<<- See Also:
- SoftLayer_User_Customer_External_Binding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Binding.ServiceAsync
asAsync()
Get an async version of this serviceBoolean
disable(String reason)
Disabling an external binding will allow you to keep the external binding on your SoftLayer account, but will not require you to authentication with our trusted 2 form factor vendor when logging into the SoftLayer customer portal.Boolean
enable()
Enabling an external binding will activate the binding on your account and require you to authenticate with our trusted 3rd party 2 form factor vendor when logging into the SoftLayer customer portal.Binding
getObjectForBinding()
Customer
getUser()
The SoftLayer user that the external authentication binding belongs to.void
setMask(Binding.Mask mask)
Binding.Mask
withMask()
Use the existing mask on this service or create it if not presentBinding.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.service.user.external.Binding.Service
deleteObject, getAttributes, getBillingItem, getNote, getObject, getType, getVendor, setMask, updateNote
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Binding.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service- Specified by:
asAsync
in interfaceBinding.Service
- Specified by:
asAsync
in interfaceService
-
withNewMask
Binding.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceBinding.Service
- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Binding.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present- Specified by:
withMask
in interfaceBinding.Service
- Specified by:
withMask
in interfaceMaskable
-
setMask
void setMask(Binding.Mask mask)
-
disable
@ApiMethod(instanceRequired=true) Boolean disable(String reason)
Disabling an external binding will allow you to keep the external binding on your SoftLayer account, but will not require you to authentication with our trusted 2 form factor vendor when logging into the SoftLayer customer portal.
You may supply one of the following reason when you disable an external binding:
*Unspecified
*TemporarilyUnavailable
*Lost
*Stolen
-
enable
@ApiMethod(instanceRequired=true) Boolean enable()
Enabling an external binding will activate the binding on your account and require you to authenticate with our trusted 3rd party 2 form factor vendor when logging into the SoftLayer customer portal.
Please note that API access will be disabled for users that have an active external binding.
-
getObjectForBinding
@ApiMethod(value="getObject", instanceRequired=true) Binding getObjectForBinding()
-
getUser
@ApiMethod(instanceRequired=true) Customer getUser()
The SoftLayer user that the external authentication binding belongs to.
-
-