Uses of Class
com.softlayer.api.service.software.component.Password
-
Uses of Password in com.softlayer.api.service
Method parameters in com.softlayer.api.service with type arguments of type Password Modifier and Type Method Description Boolean
Hardware.Service. deleteSoftwareComponentPasswords(List<Password> softwareComponentPasswords)
Delete software component passwords.Future<Boolean>
Hardware.ServiceAsync. deleteSoftwareComponentPasswords(List<Password> softwareComponentPasswords)
Future<?>
Hardware.ServiceAsync. deleteSoftwareComponentPasswords(List<Password> softwareComponentPasswords, ResponseHandler<Boolean> callback)
Boolean
Hardware.Service. editSoftwareComponentPasswords(List<Password> softwareComponentPasswords)
Edit the properties of a software component password such as the username, password, and notes.Future<Boolean>
Hardware.ServiceAsync. editSoftwareComponentPasswords(List<Password> softwareComponentPasswords)
Future<?>
Hardware.ServiceAsync. editSoftwareComponentPasswords(List<Password> softwareComponentPasswords, ResponseHandler<Boolean> callback)
-
Uses of Password in com.softlayer.api.service.network.application.delivery
Fields in com.softlayer.api.service.network.application.delivery declared as Password Modifier and Type Field Description protected Password
Controller. password
The password used to connect to an application delivery controller's management interface when it is operating in advanced view mode.Methods in com.softlayer.api.service.network.application.delivery that return Password Modifier and Type Method Description Password
Controller. getPassword()
Password
Controller.Service. getPassword()
The password used to connect to an application delivery controller's management interface when it is operating in advanced view mode.Methods in com.softlayer.api.service.network.application.delivery that return types with arguments of type Password Modifier and Type Method Description Future<Password>
Controller.ServiceAsync. getPassword()
Async version ofController.Service.getPassword()
Methods in com.softlayer.api.service.network.application.delivery with parameters of type Password Modifier and Type Method Description void
Controller. setPassword(Password password)
Method parameters in com.softlayer.api.service.network.application.delivery with type arguments of type Password Modifier and Type Method Description Future<?>
Controller.ServiceAsync. getPassword(ResponseHandler<Password> callback)
Async callback version ofController.Service.getPassword()
-
Uses of Password in com.softlayer.api.service.network.vlan
Fields in com.softlayer.api.service.network.vlan declared as Password Modifier and Type Field Description protected Password
Firewall. managementCredentials
The credentials to log in to a firewall device.Methods in com.softlayer.api.service.network.vlan that return Password Modifier and Type Method Description Password
Firewall. getManagementCredentials()
Password
Firewall.Service. getManagementCredentials()
The credentials to log in to a firewall device.Methods in com.softlayer.api.service.network.vlan that return types with arguments of type Password Modifier and Type Method Description Future<Password>
Firewall.ServiceAsync. getManagementCredentials()
Async version ofFirewall.Service.getManagementCredentials()
Methods in com.softlayer.api.service.network.vlan with parameters of type Password Modifier and Type Method Description void
Firewall. setManagementCredentials(Password managementCredentials)
Method parameters in com.softlayer.api.service.network.vlan with type arguments of type Password Modifier and Type Method Description Future<?>
Firewall.ServiceAsync. getManagementCredentials(ResponseHandler<Password> callback)
Async callback version ofFirewall.Service.getManagementCredentials()
-
Uses of Password in com.softlayer.api.service.resource.group.member.software.component
Fields in com.softlayer.api.service.resource.group.member.software.component declared as Password Modifier and Type Field Description protected Password
Password. resource
A resource group member's associated software component password.Methods in com.softlayer.api.service.resource.group.member.software.component that return Password Modifier and Type Method Description Password
Password. getResource()
Methods in com.softlayer.api.service.resource.group.member.software.component with parameters of type Password Modifier and Type Method Description void
Password. setResource(Password resource)
-
Uses of Password in com.softlayer.api.service.security.ssh
Fields in com.softlayer.api.service.security.ssh with type parameters of type Password Modifier and Type Field Description protected List<Password>
Key. softwarePasswords
The OS root users that are linked to an SSH key.Methods in com.softlayer.api.service.security.ssh that return types with arguments of type Password Modifier and Type Method Description List<Password>
Key. getSoftwarePasswords()
List<Password>
Key.Service. getSoftwarePasswords()
The OS root users that are linked to an SSH key.Future<List<Password>>
Key.ServiceAsync. getSoftwarePasswords()
Async version ofKey.Service.getSoftwarePasswords()
Method parameters in com.softlayer.api.service.security.ssh with type arguments of type Password Modifier and Type Method Description Future<?>
Key.ServiceAsync. getSoftwarePasswords(ResponseHandler<List<Password>> callback)
Async callback version ofKey.Service.getSoftwarePasswords()
-
Uses of Password in com.softlayer.api.service.software
Fields in com.softlayer.api.service.software with type parameters of type Password Modifier and Type Field Description protected List<Password>
Component. passwords
Username/Password pairs used for access to this Software Installation.Methods in com.softlayer.api.service.software that return types with arguments of type Password Modifier and Type Method Description List<Password>
Component. getPasswords()
List<Password>
Component.Service. getPasswords()
Username/Password pairs used for access to this Software Installation.Future<List<Password>>
Component.ServiceAsync. getPasswords()
Async version ofComponent.Service.getPasswords()
Method parameters in com.softlayer.api.service.software with type arguments of type Password Modifier and Type Method Description Future<?>
Component.ServiceAsync. getPasswords(ResponseHandler<List<Password>> callback)
Async callback version ofComponent.Service.getPasswords()
-
Uses of Password in com.softlayer.api.service.software.component
Methods in com.softlayer.api.service.software.component that return Password Modifier and Type Method Description Password
Password.Service. createObject(Password templateObject)
Create a password for a software component.Password
Password.Service. getObject()
Methods in com.softlayer.api.service.software.component that return types with arguments of type Password Modifier and Type Method Description Future<Password>
Password.ServiceAsync. createObject(Password templateObject)
Future<Password>
Password.ServiceAsync. getObject()
Async version ofPassword.Service.getObject()
Methods in com.softlayer.api.service.software.component with parameters of type Password Modifier and Type Method Description Password
Password.Service. createObject(Password templateObject)
Create a password for a software component.Future<Password>
Password.ServiceAsync. createObject(Password templateObject)
Future<?>
Password.ServiceAsync. createObject(Password templateObject, ResponseHandler<Password> callback)
Boolean
Password.Service. editObject(Password templateObject)
Edit the properties of a software component password such as the username, password, port, and notes.Future<Boolean>
Password.ServiceAsync. editObject(Password templateObject)
Future<?>
Password.ServiceAsync. editObject(Password templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.software.component with type arguments of type Password Modifier and Type Method Description Future<?>
Password.ServiceAsync. createObject(Password templateObject, ResponseHandler<Password> callback)
Boolean
Password.Service. createObjects(List<Password> templateObjects)
Create more than one password for a software component.Future<Boolean>
Password.ServiceAsync. createObjects(List<Password> templateObjects)
Future<?>
Password.ServiceAsync. createObjects(List<Password> templateObjects, ResponseHandler<Boolean> callback)
Boolean
Password.Service. deleteObjects(List<Password> templateObjects)
Delete more than one passwords from a software component.Future<Boolean>
Password.ServiceAsync. deleteObjects(List<Password> templateObjects)
Future<?>
Password.ServiceAsync. deleteObjects(List<Password> templateObjects, ResponseHandler<Boolean> callback)
Boolean
Password.Service. editObjects(List<Password> templateObjects)
Edit more than one password from a software component.Future<Boolean>
Password.ServiceAsync. editObjects(List<Password> templateObjects)
Future<?>
Password.ServiceAsync. editObjects(List<Password> templateObjects, ResponseHandler<Boolean> callback)
Future<?>
Password.ServiceAsync. getObject(ResponseHandler<Password> callback)