Serializable
public class RoleResult extends Object implements Serializable
The serialVersionUID of this class is -6304063118040985512L
.
Constructor | Description |
---|---|
RoleResult |
Constructor. |
Modifier and Type | Method | Description |
---|---|---|
RoleList |
getRoles() |
Retrieves list of roles successfully accessed. |
RoleUnresolvedList |
getRolesUnresolved() |
Retrieves list of roles unsuccessfully accessed. |
void |
setRoles |
Sets list of roles successfully accessed. |
void |
setRolesUnresolved |
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()
public RoleUnresolvedList getRolesUnresolved()
public void setRoles(RoleList list)
list
- list of roles successfully accessedpublic void setRolesUnresolved(RoleUnresolvedList unresolvedList)
unresolvedList
- list of roles unsuccessfully accessed
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.management/javax/management/relation/RoleResult.html