public class RoleResult extends Object implements Serializable
The serialVersionUID of this class is -6304063118040985512L
.
Constructor | Description |
---|---|
RoleResult(RoleList list,
RoleUnresolvedList unresolvedList) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
RoleList |
getRoles() |
Retrieves list of roles successfully accessed.
|
RoleUnresolvedList |
getRolesUnresolved() |
Retrieves list of roles unsuccessfully accessed.
|
void |
setRoles(RoleList list) |
Sets list of roles successfully accessed.
|
void |
setRolesUnresolved(RoleUnresolvedList unresolvedList) |
Sets list of roles unsuccessfully accessed.
|
public RoleResult(RoleList list, RoleUnresolvedList unresolvedList)
list
- list of roles successfully accessed.unresolvedList
- list of roles not accessed (with problem
descriptions).public RoleList getRoles()
setRoles(javax.management.relation.RoleList)
public RoleUnresolvedList getRolesUnresolved()
setRolesUnresolved(javax.management.relation.RoleUnresolvedList)
public void setRoles(RoleList list)
list
- list of roles successfully accessedgetRoles()
public void setRolesUnresolved(RoleUnresolvedList unresolvedList)
unresolvedList
- list of roles unsuccessfully accessedgetRolesUnresolved()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.