Uses of Class
com.softlayer.api.service.user.permission.Role
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.user | |
com.softlayer.api.service.user.permission |
-
Uses of Role in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Role Modifier and Type Field Description protected List<Role>
Account. permissionRoles
An account's user roles.Methods in com.softlayer.api.service that return types with arguments of type Role Modifier and Type Method Description List<Role>
Account. getPermissionRoles()
List<Role>
Account.Service. getPermissionRoles()
An account's user roles.Future<List<Role>>
Account.ServiceAsync. getPermissionRoles()
Async version ofAccount.Service.getPermissionRoles()
Method parameters in com.softlayer.api.service with type arguments of type Role Modifier and Type Method Description Future<?>
Account.ServiceAsync. getPermissionRoles(ResponseHandler<List<Role>> callback)
Async callback version ofAccount.Service.getPermissionRoles()
-
Uses of Role in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Role Modifier and Type Field Description protected List<Role>
Customer. roles
Methods in com.softlayer.api.service.user that return types with arguments of type Role Modifier and Type Method Description List<Role>
Customer. getRoles()
List<Role>
Customer.Service. getRoles()
Future<List<Role>>
Customer.ServiceAsync. getRoles()
Async version ofCustomer.Service.getRoles()
Methods in com.softlayer.api.service.user with parameters of type Role Modifier and Type Method Description Void
Customer.Service. addRole(Role role)
Future<Void>
Customer.ServiceAsync. addRole(Role role)
Future<?>
Customer.ServiceAsync. addRole(Role role, ResponseHandler<Void> callback)
Void
Customer.Service. removeRole(Role role)
Future<Void>
Customer.ServiceAsync. removeRole(Role role)
Future<?>
Customer.ServiceAsync. removeRole(Role role, ResponseHandler<Void> callback)
Method parameters in com.softlayer.api.service.user with type arguments of type Role Modifier and Type Method Description Void
Customer.Service. addBulkRoles(List<Role> roles)
Future<Void>
Customer.ServiceAsync. addBulkRoles(List<Role> roles)
Future<?>
Customer.ServiceAsync. addBulkRoles(List<Role> roles, ResponseHandler<Void> callback)
Future<?>
Customer.ServiceAsync. getRoles(ResponseHandler<List<Role>> callback)
Async callback version ofCustomer.Service.getRoles()
Void
Customer.Service. removeBulkRoles(List<Role> roles)
Future<Void>
Customer.ServiceAsync. removeBulkRoles(List<Role> roles)
Future<?>
Customer.ServiceAsync. removeBulkRoles(List<Role> roles, ResponseHandler<Void> callback)
-
Uses of Role in com.softlayer.api.service.user.permission
Fields in com.softlayer.api.service.user.permission with type parameters of type Role Modifier and Type Field Description protected List<Role>
Group. roles
Methods in com.softlayer.api.service.user.permission that return Role Modifier and Type Method Description Role
Role.Service. createObject(Role templateObject)
Role
Role.Service. editObject(Role templateObject)
Role
Role.Service. getObject()
Methods in com.softlayer.api.service.user.permission that return types with arguments of type Role Modifier and Type Method Description Future<Role>
Role.ServiceAsync. createObject(Role templateObject)
Future<Role>
Role.ServiceAsync. editObject(Role templateObject)
Future<Role>
Role.ServiceAsync. getObject()
Async version ofRole.Service.getObject()
List<Role>
Group. getRoles()
List<Role>
Group.Service. getRoles()
Future<List<Role>>
Group.ServiceAsync. getRoles()
Async version ofGroup.Service.getRoles()
Methods in com.softlayer.api.service.user.permission with parameters of type Role Modifier and Type Method Description Role
Role.Service. createObject(Role templateObject)
Future<Role>
Role.ServiceAsync. createObject(Role templateObject)
Future<?>
Role.ServiceAsync. createObject(Role templateObject, ResponseHandler<Role> callback)
Role
Role.Service. editObject(Role templateObject)
Future<Role>
Role.ServiceAsync. editObject(Role templateObject)
Future<?>
Role.ServiceAsync. editObject(Role templateObject, ResponseHandler<Role> callback)
Void
Group.Service. linkRole(Role role)
Future<Void>
Group.ServiceAsync. linkRole(Role role)
Future<?>
Group.ServiceAsync. linkRole(Role role, ResponseHandler<Void> callback)
Void
Group.Service. unlinkRole(Role role)
Future<Void>
Group.ServiceAsync. unlinkRole(Role role)
Future<?>
Group.ServiceAsync. unlinkRole(Role role, ResponseHandler<Void> callback)
Method parameters in com.softlayer.api.service.user.permission with type arguments of type Role Modifier and Type Method Description Future<?>
Role.ServiceAsync. createObject(Role templateObject, ResponseHandler<Role> callback)
Future<?>
Role.ServiceAsync. editObject(Role templateObject, ResponseHandler<Role> callback)
Future<?>
Role.ServiceAsync. getObject(ResponseHandler<Role> callback)
Future<?>
Group.ServiceAsync. getRoles(ResponseHandler<List<Role>> callback)
Async callback version ofGroup.Service.getRoles()