|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> [ action overview ] | PREV NEXT |
D
- defaultSet - Variable in class edu.emory.mathcs.util.security.action.GetBooleanAction
- defaultSet - Variable in class edu.emory.mathcs.util.security.action.GetIntegerAction
- defaultSet - Variable in class edu.emory.mathcs.util.security.action.GetLongAction
- defaultVal - Variable in class edu.emory.mathcs.util.security.action.GetBooleanAction
- defaultVal - Variable in class edu.emory.mathcs.util.security.action.GetIntegerAction
- defaultVal - Variable in class edu.emory.mathcs.util.security.action.GetLongAction
- defaultVal - Variable in class edu.emory.mathcs.util.security.action.GetPropertyAction
E
- edu.emory.mathcs.util.security.action - package edu.emory.mathcs.util.security.action
- Security-related utilities.
G
- GetBooleanAction - class edu.emory.mathcs.util.security.action.GetBooleanAction.
- A convenience class for retrieving the boolean value of a system property as a privileged action.
- GetBooleanAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetBooleanAction
- Constructor that takes the name of the system property whose boolean value needs to be determined.
- GetBooleanAction(String, boolean) - Constructor for class edu.emory.mathcs.util.security.action.GetBooleanAction
- Constructor that takes the name of the system property whose boolean value needs to be determined and a default value to use when property is not set.
- GetIntegerAction - class edu.emory.mathcs.util.security.action.GetIntegerAction.
- A convenience class for retrieving the integer value of a system property as a privileged action.
- GetIntegerAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetIntegerAction
- Constructor that takes the name of the system property whose integer value needs to be determined.
- GetIntegerAction(String, int) - Constructor for class edu.emory.mathcs.util.security.action.GetIntegerAction
- Constructor that takes the name of the system property and a default value to use when property is not set.
- GetLongAction - class edu.emory.mathcs.util.security.action.GetLongAction.
- A convenience class for retrieving the long value of a system property as a privileged action.
- GetLongAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetLongAction
- Constructor that takes the name of the system property whose long value needs to be determined.
- GetLongAction(String, long) - Constructor for class edu.emory.mathcs.util.security.action.GetLongAction
- Constructor that takes the name of the system property and the default value to be used when property is not set.
- GetPropertyAction - class edu.emory.mathcs.util.security.action.GetPropertyAction.
- A convenience class for retrieving the string value of a system property as a privileged action.
- GetPropertyAction(String) - Constructor for class edu.emory.mathcs.util.security.action.GetPropertyAction
- Constructor that takes the name of the system property whose string value needs to be determined.
- GetPropertyAction(String, String) - Constructor for class edu.emory.mathcs.util.security.action.GetPropertyAction
- Constructor that takes the name of the system property and the default value to be used when property is not set.
P
- prop - Variable in class edu.emory.mathcs.util.security.action.GetBooleanAction
- prop - Variable in class edu.emory.mathcs.util.security.action.GetIntegerAction
- prop - Variable in class edu.emory.mathcs.util.security.action.GetLongAction
- prop - Variable in class edu.emory.mathcs.util.security.action.GetPropertyAction
R
- run() - Method in class edu.emory.mathcs.util.security.action.GetBooleanAction
- Determines the boolean value of the system property whose name was specified in the constructor.
- run() - Method in class edu.emory.mathcs.util.security.action.GetIntegerAction
- Determines the integer value of the system property whose name was specified in the constructor.
- run() - Method in class edu.emory.mathcs.util.security.action.GetLongAction
- Determines the long value of the system property whose name was specified in the constructor.
- run() - Method in class edu.emory.mathcs.util.security.action.GetPropertyAction
- Determines the string value of the system property whose name was specified in the constructor.
D E G P R
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> [ action overview ] | PREV NEXT |