Searched defs:actions (Results 1 - 25 of 125) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLoggerAlarmHandler.java53 * This method sets the actions that need to be executed after rotation.
55 * @param actions An array of actions that need to be executed on rotation.
57 public void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java40 * execute specific actions such as compression, encryption,
51 private ArrayList<ActionType> actions; field in class:RotationActionThread
57 * and the rotation actions.
60 * @param actions The set of actions that should be performed when the
65 ArrayList<ActionType> actions,
71 this.actions = actions;
82 for(ActionType at : actions)
64 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLoggerAlarmHandler.java52 * This method sets the actions that need to be executed after rotation.
54 * @param actions An array of actions that need to be executed on rotation.
56 public void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java39 * execute specific actions such as compression, encryption,
50 private ArrayList<ActionType> actions; field in class:RotationActionThread
56 * and the rotation actions.
59 * @param actions The set of actions that should be performed when the
64 ArrayList<ActionType> actions,
70 this.actions = actions;
81 for(ActionType at : actions)
63 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLoggerAlarmHandler.java53 * This method sets the actions that need to be executed after rotation.
55 * @param actions An array of actions that need to be executed on rotation.
57 public void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java40 * execute specific actions such as compression, encryption,
51 private ArrayList<ActionType> actions; field in class:RotationActionThread
57 * and the rotation actions.
60 * @param actions The set of actions that should be performed when the
65 ArrayList<ActionType> actions,
71 this.actions = actions;
82 for(ActionType at : actions)
64 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLoggerAlarmHandler.java53 * This method sets the actions that need to be executed after rotation.
55 * @param actions An array of actions that need to be executed on rotation.
57 public void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java40 * execute specific actions such as compression, encryption,
51 private ArrayList<ActionType> actions; field in class:RotationActionThread
57 * and the rotation actions.
60 * @param actions The set of actions that should be performed when the
65 ArrayList<ActionType> actions,
71 this.actions = actions;
82 for(ActionType at : actions)
64 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLoggerAlarmHandler.java52 * This method sets the actions that need to be executed after rotation.
54 * @param actions An array of actions that need to be executed on rotation.
56 public void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java39 * execute specific actions such as compression, encryption,
50 private ArrayList<ActionType> actions; field in class:RotationActionThread
56 * and the rotation actions.
59 * @param actions The set of actions that should be performed when the
64 ArrayList<ActionType> actions,
70 this.actions = actions;
81 for(ActionType at : actions)
63 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DLoggerAlarmHandler.java51 * This method sets the actions that need to be executed after rotation.
53 * @param actions An array of actions that need to be executed on rotation.
55 void setPostRotationActions(ArrayList<ActionType> actions); argument
H A DRotationActionThread.java37 * execute specific actions such as compression, encryption,
44 private ArrayList<ActionType> actions; field in class:RotationActionThread
50 * and the rotation actions.
53 * @param actions The set of actions that should be performed when the
58 ArrayList<ActionType> actions,
64 this.actions = actions;
75 for(ActionType at : actions)
57 RotationActionThread(String filename, ArrayList<ActionType> actions, ConfigEntry configEntry) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java21 * Current validates resources and actions against the constraints within a resource type.
41 * Verifies the passed actions against passed resource type.
43 * @param actions
44 * the actions to be verified
48 AgainstResourceType verifyActions(Set<String> actions); argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java21 * Current validates resources and actions against the constraints within a resource type.
41 * Verifies the passed actions against passed resource type.
43 * @param actions
44 * the actions to be verified
48 AgainstResourceType verifyActions(Set<String> actions); argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java34 * Class containing the different actions for a given category. For instance
42 private ArrayList<Action> actions = new ArrayList<Action>(); field in class:Category
63 * Returns the actions associated with this category.
64 * @return the actions associated with this category.
68 return actions;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java35 * Class containing the different actions for a given category. For instance
43 private ArrayList<Action> actions = new ArrayList<Action>(); field in class:Category
64 * Returns the actions associated with this category.
65 * @return the actions associated with this category.
69 return actions;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java35 * Class containing the different actions for a given category. For instance
43 private ArrayList<Action> actions = new ArrayList<Action>(); field in class:Category
64 * Returns the actions associated with this category.
65 * @return the actions associated with this category.
69 return actions;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java34 * Class containing the different actions for a given category. For instance
42 private ArrayList<Action> actions = new ArrayList<Action>(); field in class:Category
63 * Returns the actions associated with this category.
64 * @return the actions associated with this category.
68 return actions;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java35 * Class containing the different actions for a given category. For instance
43 private ArrayList<Action> actions = new ArrayList<Action>(); field in class:Category
64 * Returns the actions associated with this category.
65 * @return the actions associated with this category.
69 return actions;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationPermissionFactory.java42 * @param actions
43 * the set of actions
54 String subConfigName, Set<String> actions,
57 return new DelegationPermission(orgName, serviceName, version, configType, subConfigName, actions, extensions);
52 newInstance(String orgName, String serviceName, String version, String configType, String subConfigName, Set<String> actions, Map<String, String> extensions) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCategory.java35 * Class containing the different actions for a given category. For instance
43 private ArrayList<Action> actions = new ArrayList<>(); field in class:Category
64 * Returns the actions associated with this category.
65 * @return the actions associated with this category.
69 return actions;
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DPrivilegeDefinition.java23 * For a given privilege verb, defines which actions best represent it and therefore are allowed.
50 * Creates a new definition from the privilege verb and the allowed actions.
54 * @param actions
55 * the allowed actions
59 public static PrivilegeDefinition getInstance(final String commonVerb, final Action... actions) { argument
60 return new PrivilegeDefinition(commonVerb, EnumSet.copyOf(Arrays.asList(actions)));
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java45 protected Set actions; field in class:InstantRunnable
57 this.actions = new HashSet();
69 synchronized (actions) {
70 if (!actions.isEmpty()) {
71 for (Iterator iter = actions.iterator(); iter.hasNext();) {
92 synchronized (actions) {
94 return actions.add(obj);
108 synchronized (actions) {
110 boolean result = actions.remove(obj);
111 if (actions
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/authz/
H A DPrivilegeDefinition.java23 * For a given privilege verb, defines which actions best represent it and therefore are allowed.
50 * Creates a new definition from the privilege verb and the allowed actions.
54 * @param actions
55 * the allowed actions
59 public static PrivilegeDefinition getInstance(final String commonVerb, final Action... actions) { argument
60 return new PrivilegeDefinition(commonVerb, EnumSet.copyOf(Arrays.asList(actions)));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java45 protected Set actions; field in class:InstantRunnable
57 this.actions = new HashSet();
69 synchronized (actions) {
70 if (!actions.isEmpty()) {
71 for (Iterator iter = actions.iterator(); iter.hasNext();) {
92 synchronized (actions) {
94 return actions.add(obj);
108 synchronized (actions) {
110 boolean result = actions.remove(obj);
111 if (actions
[all...]

Completed in 187 milliseconds

12345