Uses of Class
org.wso2.am.integration.clients.admin.api.dto.RoleAliasListDTO
Packages that use RoleAliasListDTO
Package
Description
-
Uses of RoleAliasListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return RoleAliasListDTOModifier and TypeMethodDescriptionSystemScopesApi.systemScopesRoleAliasesGet()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingSystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type RoleAliasListDTOModifier and TypeMethodDescriptionSystemScopesApi.systemScopesRoleAliasesGetWithHttpInfo()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingSystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesMethods in org.wso2.am.integration.clients.admin.api with parameters of type RoleAliasListDTOModifier and TypeMethodDescriptionSystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO, ApiCallback<RoleAliasListDTO> _callback) Add a New Role Alias (asynchronously) This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO, ApiCallback _callback) Build call for systemScopesRoleAliasesPutSystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type RoleAliasListDTOModifier and TypeMethodDescriptionokhttp3.CallSystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback) Retrieve Role Alias Mappings (asynchronously) This operation can be used to retreive role alias mappingokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO, ApiCallback<RoleAliasListDTO> _callback) Add a New Role Alias (asynchronously) This operation can be used to add a new role alias mapping for system scope roles -
Uses of RoleAliasListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return RoleAliasListDTO