/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 33 * the type and another class UserDNTypeURL to hold both this type and URL. 35 * If the URL is an invalid URL, then a dummy URL is saved. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 37 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 44 * The enumeration type when the "userdn" URL contains only a DN (no 49 * The enumeration type when the "userdn" URL contains only a DN (no 54 * The enumeration type when the "userdn" URL ha 77 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 59 USERDN, GROUPDN, ROLEDN, URL, VALUE enum constant in enum:UserAttr.UserAttrType 184 case URL: { 256 userAttrType=UserAttrType.URL; 263 * Evaluate an URL userattr type. Look into the resource entry for the 264 * specified attribute and values. Assume it is an URL. Decode it an try 267 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 34 * the type and another class UserDNTypeURL to hold both this type and URL. 36 * If the URL is an invalid URL, then a dummy URL is saved. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 38 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 45 * The enumeration type when the "userdn" URL contains only a DN (no 50 * The enumeration type when the "userdn" URL contains only a DN (no 55 * The enumeration type when the "userdn" URL ha 78 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 58 USERDN, GROUPDN, ROLEDN, URL, VALUE enum constant in enum:UserAttr.UserAttrType 190 case URL: { 262 userAttrType=UserAttrType.URL; 269 * Evaluate an URL userattr type. Look into the resource entry for the 270 * specified attribute and values. Assume it is an URL. Decode it an try 273 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 34 * the type and another class UserDNTypeURL to hold both this type and URL. 36 * If the URL is an invalid URL, then a dummy URL is saved. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 38 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 45 * The enumeration type when the "userdn" URL contains only a DN (no 50 * The enumeration type when the "userdn" URL contains only a DN (no 55 * The enumeration type when the "userdn" URL ha 78 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 58 USERDN, GROUPDN, ROLEDN, URL, VALUE enum constant in enum:UserAttr.UserAttrType 190 case URL: { 262 userAttrType=UserAttrType.URL; 269 * Evaluate an URL userattr type. Look into the resource entry for the 270 * specified attribute and values. Assume it is an URL. Decode it an try 273 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 33 * the type and another class UserDNTypeURL to hold both this type and URL. 35 * If the URL is an invalid URL, then a dummy URL is saved. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 37 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 44 * The enumeration type when the "userdn" URL contains only a DN (no 49 * The enumeration type when the "userdn" URL contains only a DN (no 54 * The enumeration type when the "userdn" URL ha 77 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 59 USERDN, GROUPDN, ROLEDN, URL, VALUE enum constant in enum:UserAttr.UserAttrType 184 case URL: { 256 userAttrType=UserAttrType.URL; 263 * Evaluate an URL userattr type. Look into the resource entry for the 264 * specified attribute and values. Assume it is an URL. Decode it an try 267 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 34 * the type and another class UserDNTypeURL to hold both this type and URL. 36 * If the URL is an invalid URL, then a dummy URL is saved. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 38 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 45 * The enumeration type when the "userdn" URL contains only a DN (no 50 * The enumeration type when the "userdn" URL contains only a DN (no 55 * The enumeration type when the "userdn" URL ha 78 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 58 USERDN, GROUPDN, ROLEDN, URL, VALUE enum constant in enum:UserAttr.UserAttrType 190 case URL: { 262 userAttrType=UserAttrType.URL; 269 * Evaluate an URL userattr type. Look into the resource entry for the 270 * specified attribute and values. Assume it is an URL. Decode it an try 273 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 33 * the type and another class UserDNTypeURL to hold both this type and URL. 35 * If the URL is an invalid URL, then a dummy URL is saved. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 37 * be retrieved by the UserDN.evaluate() method when needed. The dummy URL is 44 * The enumeration type when the "userdn" URL contains only a DN (no 49 * The enumeration type when the "userdn" URL contains only a DN (no 54 * The enumeration type when the "userdn" URL ha 77 URL(6); enum constant in enum:EnumUserDNType [all...] |
H A D | UserAttr.java | 62 USERDN, GROUPDN, ROLEDN, URL, VALUE; enum constant in enum:UserAttr.UserAttrType 72 return UserAttrType.URL; 184 case URL: { 223 * Evaluate an URL userattr type. Look into the resource entry for the 224 * specified attribute and values. Assume it is an URL. Decode it an try 227 * @return An enumeration containing a result of the URL evaluation.
|
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/ |
H A D | MultipleResourceEval.java | 51 private static final String URL = "http://www.MultipleResourceEval.com:80"; field in class:MultipleResourceEval 70 Entitlement ent = new Entitlement(APPL_NAME, URL + "/*", actions); 80 Entitlement ent = new Entitlement(APPL_NAME, URL + "/index.html", 110 res.add(URL + "/a"); 111 res.add(URL + "/index.html"); 125 if (r.equals(URL + "/a")) { 130 } else if (r.equals(URL + "/index.html")) {
|
H A D | NumericAttributeConditionEvaluation.java | 48 private static final String URL = field in class:NumericAttributeConditionEvaluation 67 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions); 106 new Entitlement(URL, actions), env); 126 new Entitlement(URL, actions), env);
|
H A D | SingleWildCardEvaluatorTest.java | 56 private static final String URL = field in class:SingleWildCardEvaluatorTest 81 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions);
|
H A D | StringAttributeConditionEvaluation.java | 49 private static final String URL = field in class:StringAttributeConditionEvaluation 71 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions); 111 new Entitlement(URL, actions), env); 130 "/", null, URL, env, false);
|
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/ |
H A D | MultipleResourceEval.java | 51 private static final String URL = "http://www.MultipleResourceEval.com:80"; field in class:MultipleResourceEval 69 Entitlement ent = new Entitlement(APPL_NAME, URL + "/*", actions); 79 Entitlement ent = new Entitlement(APPL_NAME, URL + "/index.html", 109 res.add(URL + "/a"); 110 res.add(URL + "/index.html"); 124 if (r.equals(URL + "/a")) { 129 } else if (r.equals(URL + "/index.html")) {
|
H A D | NumericAttributeConditionEvaluation.java | 48 private static final String URL = field in class:NumericAttributeConditionEvaluation 66 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions); 105 new Entitlement(URL, actions), env); 125 new Entitlement(URL, actions), env);
|
H A D | SingleWildCardEvaluatorTest.java | 52 private static final String URL = field in class:SingleWildCardEvaluatorTest 76 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions);
|
H A D | StringAttributeConditionEvaluation.java | 49 private static final String URL = field in class:StringAttributeConditionEvaluation 70 ApplicationTypeManager.URL_APPLICATION_TYPE_NAME, URL, actions); 110 new Entitlement(URL, actions), env); 129 "/", null, URL, env, false);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/ |
H A D | AMLoginViewBean.java | 38 * This view bean takes a login URL and make sure that login page occupies the 46 * Default display URL of this view bean 54 * Redirect URL text 100 * Set login URL. This URL needs to be set in order for this view bean 103 * @param URL to redirect 105 void setLoginURL(String URL) { argument 106 loginURL = URL;
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/ |
H A D | AMLoginViewBean.java | 38 * This view bean takes a login URL and make sure that login page occupies the 46 * Default display URL of this view bean 54 * Redirect URL text 100 * Set login URL. This URL needs to be set in order for this view bean 103 * @param URL to redirect 105 void setLoginURL(String URL) { argument 106 loginURL = URL;
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/ |
H A D | SessionProvider.java | 99 * For example, it could be cookie setting or URL rewriting, which 125 * string(s) or by URL rewriting, hence this is an in/out parameter. 240 * Returns rewritten URL. 241 * Rewrites an URL with session information in case 245 * @param URL the URL to be rewritten. 246 * @return the rewritten URL. 247 * @throws SessionException if rewritting the URL 250 public String rewriteURL(Object session, String URL) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/impl/ |
H A D | FedletSessionProvider.java | 219 * Rewrites an URL with session information in case 222 * @param URL the URL to be rewritten. 223 * @return the rewritten URL. 224 * @throws SessionException if rewritting the URL 227 public String rewriteURL(Object session, String URL) argument 230 return URL;
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/ |
H A D | SessionProvider.java | 99 * For example, it could be cookie setting or URL rewriting, which 125 * string(s) or by URL rewriting, hence this is an in/out parameter. 240 * Returns rewritten URL. 241 * Rewrites an URL with session information in case 245 * @param URL the URL to be rewritten. 246 * @return the rewritten URL. 247 * @throws SessionException if rewritting the URL 250 public String rewriteURL(Object session, String URL) argument
|