Uses of Class
com.vmware.nsx_policy.model.UserInfo.Builder
-
Packages that use UserInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of UserInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UserInfo.Builder Modifier and Type Method Description UserInfo.Builder
UserInfo.Builder. setRoles(java.util.List<NsxRole> roles)
Permissions This property may be present in responses from the server, but if it is present in a request to server it will be ignored.UserInfo.Builder
UserInfo.Builder. setRolesForPaths(java.util.List<RolesForPath> rolesForPaths)
The roles that are associated with the user, limiting them to a path.UserInfo.Builder
UserInfo.Builder. setUserName(java.lang.String userName)
User Name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-