Package com.uc4.api.systemoverview
Class ExitListItem
- java.lang.Object
-
- com.uc4.api.systemoverview.ExitListItem
-
public class ExitListItem extends java.lang.Object
This class represents a row in the password exit list in the system overview.
-
-
Constructor Summary
Constructors Constructor Description ExitListItem(org.w3c.dom.Element row)
Internal use only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFile()
java.lang.String
getKey()
java.lang.String
getName()
java.lang.String
getParameter()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Returns:
- Type of exit; Allowed value: "XUC4PASS" for password exit
-
getName
public java.lang.String getName()
- Returns:
- Name of the exit; Allowed value: "PASSWORD" for password exit
-
getFile
public java.lang.String getFile()
- Returns:
- Path and file name of library
-
getParameter
public java.lang.String getParameter()
- Returns:
- Parameters assigned to the library
-
-