Searched refs:resourceMatch (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java38 private String resourceMatch; field in class:ResourceMatch
81 resourceMatch = matchType;
90 return (resourceMatch);
96 * @param resourceMatch object to which this object will be
102 public boolean equals(Object resourceMatch) { argument
103 if (resourceMatch instanceof ResourceMatch) {
104 ResourceMatch rm = (ResourceMatch) resourceMatch;
105 return (rm.resourceMatch.equals(this.resourceMatch));
H A DRegExResourceName.java79 ResourceMatch match = resourceMatch(orig, target);
89 private ResourceMatch resourceMatch(String s1, String s2) { method in class:RegExResourceName
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java43 private String resourceMatch; field in class:ResourceMatch
86 resourceMatch = matchType;
95 return (resourceMatch);
101 * @param resourceMatch object to which this object will be
107 public boolean equals(Object resourceMatch) { argument
108 if (resourceMatch instanceof ResourceMatch) {
109 ResourceMatch rm = (ResourceMatch) resourceMatch;
110 return (rm.resourceMatch.equals(this.resourceMatch));
H A DResourceResult.java412 ResourceMatch resourceMatch =
415 if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
H A DResourceIndexManager.java1040 ResourceMatch resourceMatch
1043 if (resourceMatch.equals(ResourceMatch.EXACT_MATCH)) {
1047 else if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
1092 ResourceMatch resourceMatch
1095 if (resourceMatch.equals(ResourceMatch.EXACT_MATCH)) {
1103 else if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
H A DPolicy.java1777 ResourceMatch resourceMatch = st.compare(resourceName,
1779 if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)
1780 || resourceMatch.equals(ResourceMatch.EXACT_MATCH)
1781 || resourceMatch.equals(ResourceMatch.WILDCARD_MATCH)) {
1788 sb.append(" ruleResource, resourceMatch :");
1791 sb.append(ruleResource).append(",").append(resourceMatch);
1954 if (resourceMatched) { //subjects+,conditions+,resourceMatch+
1972 } else { // subjects+,conditions+,resourceMatch-
2052 if (resourceMatched) { //subjects+, resourceMatch+
2062 //subjects+, resourceMatch
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java40 private String resourceMatch; field in class:ResourceMatch
93 resourceMatch = matchType;
102 return (resourceMatch);
108 * @param resourceMatch object to which this object will be
114 public boolean equals(Object resourceMatch) { argument
115 if (resourceMatch instanceof ResourceMatch) {
116 ResourceMatch rm = (ResourceMatch) resourceMatch;
117 return (rm.resourceMatch.equals(this.resourceMatch));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java40 private String resourceMatch; field in class:ResourceMatch
93 resourceMatch = matchType;
102 return (resourceMatch);
108 * @param resourceMatch object to which this object will be
114 public boolean equals(Object resourceMatch) { argument
115 if (resourceMatch instanceof ResourceMatch) {
116 ResourceMatch rm = (ResourceMatch) resourceMatch;
117 return (rm.resourceMatch.equals(this.resourceMatch));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java38 private String resourceMatch; field in class:ResourceMatch
81 resourceMatch = matchType;
90 return (resourceMatch);
96 * @param resourceMatch object to which this object will be
102 public boolean equals(Object resourceMatch) { argument
103 if (resourceMatch instanceof ResourceMatch) {
104 ResourceMatch rm = (ResourceMatch) resourceMatch;
105 return (rm.resourceMatch.equals(this.resourceMatch));
H A DRegExResourceName.java77 ResourceMatch match = resourceMatch(orig, target);
87 private ResourceMatch resourceMatch(String s1, String s2) { method in class:RegExResourceName
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java43 private String resourceMatch; field in class:ResourceMatch
86 resourceMatch = matchType;
95 return (resourceMatch);
101 * @param resourceMatch object to which this object will be
107 public boolean equals(Object resourceMatch) { argument
108 if (resourceMatch instanceof ResourceMatch) {
109 ResourceMatch rm = (ResourceMatch) resourceMatch;
110 return (rm.resourceMatch.equals(this.resourceMatch));
H A DResourceResult.java412 ResourceMatch resourceMatch =
415 if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
H A DResourceIndexManager.java1040 ResourceMatch resourceMatch
1043 if (resourceMatch.equals(ResourceMatch.EXACT_MATCH)) {
1047 else if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
1092 ResourceMatch resourceMatch
1095 if (resourceMatch.equals(ResourceMatch.EXACT_MATCH)) {
1103 else if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)) {
H A DPolicy.java1777 ResourceMatch resourceMatch = st.compare(resourceName,
1779 if (resourceMatch.equals(ResourceMatch.SUB_RESOURCE_MATCH)
1780 || resourceMatch.equals(ResourceMatch.EXACT_MATCH)
1781 || resourceMatch.equals(ResourceMatch.WILDCARD_MATCH)) {
1788 sb.append(" ruleResource, resourceMatch :");
1791 sb.append(ruleResource).append(",").append(resourceMatch);
1954 if (resourceMatched) { //subjects+,conditions+,resourceMatch+
1972 } else { // subjects+,conditions+,resourceMatch-
2052 if (resourceMatched) { //subjects+, resourceMatch+
2062 //subjects+, resourceMatch
[all...]

Completed in 54 milliseconds