Searched refs:action (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DActionType.java37 * The action type that indicates the rotated file should be compressed using
45 * The action type that indicates the rotated file should be compressed using
53 * The action type that indicates the rotated file should be encrypted.
60 * The action type that indicates the rotated file should be digitally signed.
67 * An invalid rotation action type.
72 private String action; field in class:ActionType
75 * Creates the action type.
77 * @param action The action.
79 private ActionType(String action) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DActionType.java36 * The action type that indicates the rotated file should be compressed using
44 * The action type that indicates the rotated file should be compressed using
52 * The action type that indicates the rotated file should be encrypted.
59 * The action type that indicates the rotated file should be digitally signed.
66 * An invalid rotation action type.
71 private String action; field in class:ActionType
74 * Creates the action type.
76 * @param action The action.
78 private ActionType(String action) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DActionType.java37 * The action type that indicates the rotated file should be compressed using
45 * The action type that indicates the rotated file should be compressed using
53 * The action type that indicates the rotated file should be encrypted.
60 * The action type that indicates the rotated file should be digitally signed.
67 * An invalid rotation action type.
72 private String action; field in class:ActionType
75 * Creates the action type.
77 * @param action The action.
79 private ActionType(String action) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DActionType.java37 * The action type that indicates the rotated file should be compressed using
45 * The action type that indicates the rotated file should be compressed using
53 * The action type that indicates the rotated file should be encrypted.
60 * The action type that indicates the rotated file should be digitally signed.
67 * An invalid rotation action type.
72 private String action; field in class:ActionType
75 * Creates the action type.
77 * @param action The action.
79 private ActionType(String action) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DActionType.java36 * The action type that indicates the rotated file should be compressed using
44 * The action type that indicates the rotated file should be compressed using
52 * The action type that indicates the rotated file should be encrypted.
59 * The action type that indicates the rotated file should be digitally signed.
66 * An invalid rotation action type.
71 private String action; field in class:ActionType
74 * Creates the action type.
76 * @param action The action.
78 private ActionType(String action) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DActionType.java37 * The action type that indicates the rotated file should be compressed using
45 * The action type that indicates the rotated file should be compressed using
53 * The action type that indicates the rotated file should be encrypted.
60 * The action type that indicates the rotated file should be digitally signed.
67 * An invalid rotation action type.
72 private String action; field in class:ActionType
75 * Creates the action type.
77 * @param action The action.
79 private ActionType(String action) argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/store/reducers/
H A Dserver.jsm25 const server = function (state = initialState, action) {
26 switch (action.type) {
27 case SERVER_ADD_REALM: return { realm: action.realm.toLowerCase() };
H A Dsession.jsm29 const session = function (state = initialState, action) {
30 switch (action.type) {
33 realm: action.realm.toLowerCase(),
34 sessionHandle: action.sessionHandle
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java45 * The default action.
55 * The action the NAS should take when the specified service is completed.
57 private int action = 0; field in class:TerminationActionAttribute
71 * Constructs a new instance from the desired action indicator.
73 * @param action the action.
75 public TerminationActionAttribute(int action) { argument
76 super(OctetUtils.toOctets(AttributeType.TERMINATION_ACTION, action));
77 this.action = action;
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java45 * The default action.
55 * The action the NAS should take when the specified service is completed.
57 private int action = 0; field in class:TerminationActionAttribute
71 * Constructs a new instance from the desired action indicator.
73 * @param action the action.
75 public TerminationActionAttribute(int action) { argument
76 super(OctetUtils.toOctets(AttributeType.TERMINATION_ACTION, action));
77 this.action = action;
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DPrivilegeDefinition.java34 private final Set<Action> action; field in class:PrivilegeDefinition
36 private PrivilegeDefinition(final String commonVerb, final Set<Action> action) { argument
38 this.action = action;
46 return action;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyAction.java39 * Verifies whether the passed action is an evaluation action.
41 * @param action
42 * action of interest
44 * @return whether the action is an evaluation action
46 public static boolean isEvaluateAction(final PolicyAction action) { argument
47 return EVALUATE_ACTIONS.contains(action);
51 * Maps the action string to an actual action instanc
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/authz/
H A DPrivilegeDefinition.java34 private final Set<Action> action; field in class:PrivilegeDefinition
36 private PrivilegeDefinition(final String commonVerb, final Set<Action> action) { argument
38 this.action = action;
46 return action;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyAction.java39 * Verifies whether the passed action is an evaluation action.
41 * @param action
42 * action of interest
44 * @return whether the action is an evaluation action
46 public static boolean isEvaluateAction(final PolicyAction action) { argument
47 return EVALUATE_ACTIONS.contains(action);
51 * Maps the action string to an actual action instanc
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtopology.js15 function closeTopoMenu(form,action) {
17 form.cctopologyaction.value = action;
20 function topoClick(form,id,action) {
23 form.cctopologyaction.value = action;
26 function topoKeyPress(e,form,id,action) {
31 topoClick(form,id,action);
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtopology.js15 function closeTopoMenu(form,action) {
17 form.cctopologyaction.value = action;
20 function topoClick(form,id,action) {
23 form.cctopologyaction.value = action;
26 function topoKeyPress(e,form,id,action) {
31 topoClick(form,id,action);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DQuotaExhaustionAction.java43 * Performs an action, when the session quota is exhausted. The action implementation should destroy at least one
50 public boolean action(InternalSession is, Map<String, Long> existingSessions); method in interface:QuotaExhaustionAction
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAction.java42 *assertion. This element specifies an action on specified resource for
47 //An action sought to be performed on the specified resource
54 * Constructs an action element from an existing XML block.
118 // check if the action is null.
139 * @param action A String representing an action
143 public Action(String namespace, String action) throws SAMLException { argument
152 if (action == null || action.length() == 0) {
160 _action = action;
244 isValid(String action, String namespace) argument
[all...]
H A DAuthorizationDecisionStatement.java77 * @param action (required) A List of Action objects specifying the set of
84 int decision, List action, EvidenceBase evidence)
86 super(subject, resource, decision, action, evidence);
98 *@param action (required) A List of Action objects specifying the set of
104 int decision, List action) throws SAMLException {
105 super(subject, resource, decision, action);
83 AuthorizationDecisionStatement(Subject subject, String resource, int decision, List action, EvidenceBase evidence) argument
103 AuthorizationDecisionStatement(Subject subject, String resource, int decision, List action) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DQuotaExhaustionAction.java43 * Performs an action, when the session quota is exhausted. The action implementation should destroy at least one
50 public boolean action(InternalSession is, Map<String, Long> existingSessions); method in interface:QuotaExhaustionAction
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAction.java42 *assertion. This element specifies an action on specified resource for
47 //An action sought to be performed on the specified resource
54 * Constructs an action element from an existing XML block.
118 // check if the action is null.
139 * @param action A String representing an action
143 public Action(String namespace, String action) throws SAMLException { argument
152 if (action == null || action.length() == 0) {
160 _action = action;
244 isValid(String action, String namespace) argument
[all...]
H A DAuthorizationDecisionStatement.java77 * @param action (required) A List of Action objects specifying the set of
84 int decision, List action, EvidenceBase evidence)
86 super(subject, resource, decision, action, evidence);
98 *@param action (required) A List of Action objects specifying the set of
104 int decision, List action) throws SAMLException {
105 super(subject, resource, decision, action);
83 AuthorizationDecisionStatement(Subject subject, String resource, int decision, List action, EvidenceBase evidence) argument
103 AuthorizationDecisionStatement(Subject subject, String resource, int decision, List action) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DDenyOverride.java63 for (String action : actions) {
64 final Boolean actionValue = mergedEntitlement.getActionValue(action);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DAuthorizer.java65 * @param action request action.
80 public boolean isAuthorized(Object credential, String action, argument
84 * Returns authorization decision for the given action(query or modify)
87 * @param action request action.
104 String action,
102 getAuthorizationDecision( Object credential, String action, Object data, java.util.Map env) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DDenyOverride.java63 for (String action : actions) {
64 final Boolean actionValue = mergedEntitlement.getActionValue(action);

Completed in 172 milliseconds

1234567891011>>