/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | QuotaExhaustionAction.java | 43 * 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-core/src/main/java/org/forgerock/openam/session/service/ |
H A D | DenyAccessAction.java | 37 public boolean action(InternalSession is, Map<String, Long> sessions) { method in class:DenyAccessAction
|
H A D | DestroyAllAction.java | 43 * This action will invalidate all currently existing sessions, but it will 65 public boolean action(InternalSession is, Map sessions) { method in class:DestroyAllAction
|
H A D | DestroyNextExpiringAction.java | 56 public boolean action(InternalSession is, Map<String, Long> sessions) { method in class:DestroyNextExpiringAction
|
H A D | DestroyOldestAction.java | 40 * This action retrieves all the sessions using the Session service and 62 public boolean action(InternalSession is, Map<String, Long> sessions) { method in class:DestroyOldestAction
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | QuotaExhaustionAction.java | 43 * 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-core/src/main/java/org/forgerock/openam/session/service/ |
H A D | DenyAccessAction.java | 37 public boolean action(InternalSession is, Map<String, Long> sessions) { method in class:DenyAccessAction
|
H A D | DestroyAllAction.java | 43 * This action will invalidate all currently existing sessions, but it will 65 public boolean action(InternalSession is, Map sessions) { method in class:DestroyAllAction
|
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | ActionType.java | 37 * 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 D | ActionType.java | 36 * 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 D | ActionType.java | 37 * 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 D | ActionType.java | 37 * 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 D | ActionType.java | 36 * 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 D | ActionType.java | 37 * 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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/ |
H A D | Authorizer.java | 65 * @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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | XACMLQueryUtil.java | 91 * @param action Action 105 String action) 168 valueList.add(action); 99 getPolicyDecisionForFedlet(HttpServletRequest request, String pepEntityID, String pdpEntityID, String nameIDValue, String serviceName, String resource, String action) argument
|
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/ |
H A D | TerminationActionAttribute.java | 45 * 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 D | PrivilegeDefinition.java | 34 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-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/ |
H A D | XACMLUtils.java | 36 public static boolean hasPermission(String realm, SSOToken adminToken, String action) { argument 39 DelegationPermission dp = new DelegationPermission(realm, "rest", "1.0", "policies", action, 40 asSet(action), Collections.<String, String>emptyMap());
|
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/ |
H A D | PolicyAction.java | 39 * 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...] |
H A D | PolicyRequestFactory.java | 68 * Builds a request for the given action type. 70 * @param action 71 * the non-null valid action type 82 public PolicyRequest buildRequest(final PolicyAction action, final Context context, argument 84 Reject.ifNull(action); 86 if (!builders.containsKey(action)) { 90 return builders.get(action).buildRequest(context, request); 107 * the action request
|
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/ |
H A D | ManagedObjectSyncService.java | 15 * Sends a sync action request to the synchronization service 21 * @param action the {@link org.forgerock.openidm.sync.impl.SynchronizationService.SyncServiceAction} 27 final SynchronizationService.SyncServiceAction action, final JsonValue oldValue, final JsonValue newValue) 26 performSyncAction(final Context context, final Request request, final String resourceId, final SynchronizationService.SyncServiceAction action, final JsonValue oldValue, final JsonValue newValue) argument
|
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/ |
H A D | TerminationActionAttribute.java | 45 * 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-rest/src/main/java/org/forgerock/openam/authz/ |
H A D | PrivilegeDefinition.java | 34 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-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/ |
H A D | XACMLUtils.java | 36 public static boolean hasPermission(String realm, SSOToken adminToken, String action) { argument 39 DelegationPermission dp = new DelegationPermission(realm, "rest", "1.0", "policies", action, 40 asSet(action), Collections.<String, String>emptyMap());
|