public class ServerConfigXML.DirUserObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
dn |
String |
name |
String |
password |
String |
type |
Constructor and Description |
---|
DirUserObject(Node node)
Constructs a directory User object.
|
Modifier and Type | Method and Description |
---|---|
String |
toXML()
Returns the XML representation of this object.
|
public String name
public String type
public String dn
public String password
public DirUserObject(Node node)
node
- XML node for directory user blob.public String toXML()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.