Searched defs:policyName (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCertificateValidationPolicy.java66 private String policyName; field in class:CertificateValidationPolicy
73 * @param policyName The human-readable name for this policy.
75 private CertificateValidationPolicy(String policyName) argument
77 this.policyName = policyName;
85 * @param policyName The name of the policy to retrieve.
90 public static CertificateValidationPolicy policyForName(String policyName) argument
92 String lowerName = policyName.toLowerCase();
120 return policyName;
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAcceptRejectWarn.java70 private String policyName; field in class:AcceptRejectWarn
77 * @param policyName The human-readable name for this policy.
79 private AcceptRejectWarn(String policyName) argument
81 this.policyName = policyName;
89 * @param policyName The name of the policy to retrieve.
95 public static AcceptRejectWarn policyForName(String policyName) argument
97 String lowerName = policyName.toLowerCase();
127 return policyName;
H A DSSLClientAuthPolicy.java71 private String policyName; field in class:SSLClientAuthPolicy
78 * @param policyName The human-readable name for this policy.
80 private SSLClientAuthPolicy(String policyName) argument
82 this.policyName = policyName;
91 * @param policyName The name of the SSL client authentication
98 public static SSLClientAuthPolicy policyForName(String policyName) argument
100 String lowerName = policyName.toLowerCase();
133 return policyName;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCertificateValidationPolicy.java65 private String policyName; field in class:CertificateValidationPolicy
72 * @param policyName The human-readable name for this policy.
74 private CertificateValidationPolicy(String policyName) argument
76 this.policyName = policyName;
84 * @param policyName The name of the policy to retrieve.
89 public static CertificateValidationPolicy policyForName(String policyName) argument
91 String lowerName = policyName.toLowerCase();
119 return policyName;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAcceptRejectWarn.java69 private String policyName; field in class:AcceptRejectWarn
76 * @param policyName The human-readable name for this policy.
78 private AcceptRejectWarn(String policyName) argument
80 this.policyName = policyName;
88 * @param policyName The name of the policy to retrieve.
94 public static AcceptRejectWarn policyForName(String policyName) argument
96 String lowerName = policyName.toLowerCase();
126 return policyName;
H A DSSLClientAuthPolicy.java70 private String policyName; field in class:SSLClientAuthPolicy
77 * @param policyName The human-readable name for this policy.
79 private SSLClientAuthPolicy(String policyName) argument
81 this.policyName = policyName;
90 * @param policyName The name of the SSL client authentication
97 public static SSLClientAuthPolicy policyForName(String policyName) argument
99 String lowerName = policyName.toLowerCase();
132 return policyName;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCertificateValidationPolicy.java66 private String policyName; field in class:CertificateValidationPolicy
73 * @param policyName The human-readable name for this policy.
75 private CertificateValidationPolicy(String policyName) argument
77 this.policyName = policyName;
85 * @param policyName The name of the policy to retrieve.
90 public static CertificateValidationPolicy policyForName(String policyName) argument
92 String lowerName = policyName.toLowerCase();
120 return policyName;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAcceptRejectWarn.java70 private String policyName; field in class:AcceptRejectWarn
77 * @param policyName The human-readable name for this policy.
79 private AcceptRejectWarn(String policyName) argument
81 this.policyName = policyName;
89 * @param policyName The name of the policy to retrieve.
95 public static AcceptRejectWarn policyForName(String policyName) argument
97 String lowerName = policyName.toLowerCase();
127 return policyName;
H A DSSLClientAuthPolicy.java71 private String policyName; field in class:SSLClientAuthPolicy
78 * @param policyName The human-readable name for this policy.
80 private SSLClientAuthPolicy(String policyName) argument
82 this.policyName = policyName;
91 * @param policyName The name of the SSL client authentication
98 public static SSLClientAuthPolicy policyForName(String policyName) argument
100 String lowerName = policyName.toLowerCase();
133 return policyName;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCertificateValidationPolicy.java66 private String policyName; field in class:CertificateValidationPolicy
73 * @param policyName The human-readable name for this policy.
75 private CertificateValidationPolicy(String policyName) argument
77 this.policyName = policyName;
85 * @param policyName The name of the policy to retrieve.
90 public static CertificateValidationPolicy policyForName(String policyName) argument
92 String lowerName = policyName.toLowerCase();
120 return policyName;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAcceptRejectWarn.java70 private String policyName; field in class:AcceptRejectWarn
77 * @param policyName The human-readable name for this policy.
79 private AcceptRejectWarn(String policyName) argument
81 this.policyName = policyName;
89 * @param policyName The name of the policy to retrieve.
95 public static AcceptRejectWarn policyForName(String policyName) argument
97 String lowerName = policyName.toLowerCase();
127 return policyName;
H A DSSLClientAuthPolicy.java71 private String policyName; field in class:SSLClientAuthPolicy
78 * @param policyName The human-readable name for this policy.
80 private SSLClientAuthPolicy(String policyName) argument
82 this.policyName = policyName;
91 * @param policyName The name of the SSL client authentication
98 public static SSLClientAuthPolicy policyForName(String policyName) argument
100 String lowerName = policyName.toLowerCase();
133 return policyName;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCertificateValidationPolicy.java65 private String policyName; field in class:CertificateValidationPolicy
72 * @param policyName The human-readable name for this policy.
74 private CertificateValidationPolicy(String policyName) argument
76 this.policyName = policyName;
84 * @param policyName The name of the policy to retrieve.
89 public static CertificateValidationPolicy policyForName(String policyName) argument
91 String lowerName = policyName.toLowerCase();
119 return policyName;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAcceptRejectWarn.java69 private String policyName; field in class:AcceptRejectWarn
76 * @param policyName The human-readable name for this policy.
78 private AcceptRejectWarn(String policyName) argument
80 this.policyName = policyName;
88 * @param policyName The name of the policy to retrieve.
94 public static AcceptRejectWarn policyForName(String policyName) argument
96 String lowerName = policyName.toLowerCase();
126 return policyName;
H A DSSLClientAuthPolicy.java70 private String policyName; field in class:SSLClientAuthPolicy
77 * @param policyName The human-readable name for this policy.
79 private SSLClientAuthPolicy(String policyName) argument
81 this.policyName = policyName;
90 * @param policyName The name of the SSL client authentication
97 public static SSLClientAuthPolicy policyForName(String policyName) argument
99 String lowerName = policyName.toLowerCase();
132 return policyName;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DInternalEvaluationTimingStore.java34 * @param policyName The name of the policy evaluated
41 public void addTiming(String policyName, long duration, String realm, String applicationName, argument
44 durationStore.add(new PolicyTimingEntry(policyName, duration, realm, applicationName, resourceName, subject));
H A DPolicyTimingEntry.java30 private final String policyName; field in class:PolicyTimingEntry
53 * @param policyName Name of the policy evaluated
60 public PolicyTimingEntry(String policyName, long duration, String realm, String applicationName, argument
62 this.policyName = policyName;
79 if (policyName != null ) {
80 sb.append("Policy: ").append(policyName).append("; ");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCertificateValidationPolicy.java66 private String policyName; field in class:CertificateValidationPolicy
73 * @param policyName The human-readable name for this policy.
75 private CertificateValidationPolicy(String policyName) argument
77 this.policyName = policyName;
85 * @param policyName The name of the policy to retrieve.
90 public static CertificateValidationPolicy policyForName(String policyName) argument
92 String lowerName = policyName.toLowerCase();
120 return policyName;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java45 * @param policyName the name of the policy to read.
49 Privilege read(String policyName) throws EntitlementException; argument
61 * @param policyName the name of the policy to delete.
64 void delete(String policyName) throws EntitlementException; argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAcceptRejectWarn.java70 private String policyName; field in class:AcceptRejectWarn
77 * @param policyName The human-readable name for this policy.
79 private AcceptRejectWarn(String policyName) argument
81 this.policyName = policyName;
89 * @param policyName The name of the policy to retrieve.
95 public static AcceptRejectWarn policyForName(String policyName) argument
97 String lowerName = policyName.toLowerCase();
127 return policyName;
H A DSSLClientAuthPolicy.java71 private String policyName; field in class:SSLClientAuthPolicy
78 * @param policyName The human-readable name for this policy.
80 private SSLClientAuthPolicy(String policyName) argument
82 this.policyName = policyName;
91 * @param policyName The name of the SSL client authentication
98 public static SSLClientAuthPolicy policyForName(String policyName) argument
100 String lowerName = policyName.toLowerCase();
133 return policyName;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DInternalEvaluationTimingStore.java34 * @param policyName The name of the policy evaluated
41 public void addTiming(String policyName, long duration, String realm, String applicationName, argument
44 durationStore.add(new PolicyTimingEntry(policyName, duration, realm, applicationName, resourceName, subject));
H A DPolicyTimingEntry.java30 private final String policyName; field in class:PolicyTimingEntry
53 * @param policyName Name of the policy evaluated
60 public PolicyTimingEntry(String policyName, long duration, String realm, String applicationName, argument
62 this.policyName = policyName;
79 if (policyName != null ) {
80 sb.append("Policy: ").append(policyName).append("; ");
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java45 * @param policyName the name of the policy to read.
49 Privilege read(String policyName) throws EntitlementException; argument
61 * @param policyName the name of the policy to delete.
64 void delete(String policyName) throws EntitlementException; argument
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaAuditFilter.java65 private boolean isUmaPolicy(String realm, String policyName) throws EntitlementException { argument
66 return getPrivilege(realm, policyName).getEntitlement().getResourceName().startsWith("uma://");
69 private Privilege getPrivilege(String realm, String policyName) throws EntitlementException { argument
70 return getPolicyStore(realm).read(policyName);

Completed in 43 milliseconds

123