public class AgentPath extends ItemPath
| Modifier | Constructor and Description |
|---|---|
|
AgentPath(ItemPath itemPath) |
|
AgentPath(ItemPath itemPath,
String agentName) |
|
AgentPath(String path) |
|
AgentPath(SystemKey syskey) |
protected |
AgentPath(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
static AgentPath |
fromUUIDString(String uuid) |
String |
getAgentName() |
String |
getPassword() |
RolePath[] |
getRoles() |
boolean |
hasRole(RolePath role) |
boolean |
hasRole(String role) |
void |
setAgentName(String agentID) |
void |
setPassword(String passwd) |
getItemPath, getOID, getRoot, setSysKey, setSysKeypublic AgentPath(SystemKey syskey) throws InvalidAgentPathException, InvalidItemPathException
protected AgentPath(UUID uuid) throws InvalidAgentPathException, InvalidItemPathException
public AgentPath(ItemPath itemPath) throws InvalidAgentPathException
InvalidAgentPathExceptionpublic AgentPath(String path) throws InvalidItemPathException
InvalidItemPathExceptionpublic void setAgentName(String agentID)
public String getAgentName()
public RolePath[] getRoles()
public boolean hasRole(RolePath role)
public boolean hasRole(String role)
public void setPassword(String passwd)
public String getPassword()
public static AgentPath fromUUIDString(String uuid) throws InvalidAgentPathException
InvalidAgentPathExceptionCopyright © 1997–2016 CRISTAL-iSE. All rights reserved.