Searched refs:StaticAttributes (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DStaticAttributes.java25 * $Id: StaticAttributes.java,v 1.2 2009/09/21 18:33:45 dillidorai Exp $
46 public class StaticAttributes implements ResourceAttribute { class in inherits:ResourceAttribute
52 * Constructs an instance of StaticAttributes
54 public StaticAttributes() { method in class:StaticAttributes
156 PolicyConstants.DEBUG.error("StaticAttributes.toString", e);
164 * policy, this is relevant only when StaticAttributes was created
174 * this is relevant only when StaticAttributes was created from
196 StaticAttributes object = (StaticAttributes) obj;
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistryTest.java25 import com.sun.identity.entitlement.StaticAttributes;
202 ResourceAttribute testAttribute = new StaticAttributes();
204 testRegistry.registerAttributeType(name, StaticAttributes.class);
216 ResourceAttribute testAttribute = new StaticAttributes();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DStaticAttributes.java25 * $Id: StaticAttributes.java,v 1.2 2009/09/21 18:33:45 dillidorai Exp $
46 public class StaticAttributes implements ResourceAttribute { class in inherits:ResourceAttribute
52 * Constructs an instance of StaticAttributes
54 public StaticAttributes() { method in class:StaticAttributes
156 PolicyConstants.DEBUG.error("StaticAttributes.toString", e);
164 * policy, this is relevant only when StaticAttributes was created
174 * this is relevant only when StaticAttributes was created from
196 StaticAttributes object = (StaticAttributes) obj;
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistryTest.java25 import com.sun.identity.entitlement.StaticAttributes;
202 ResourceAttribute testAttribute = new StaticAttributes();
204 testRegistry.registerAttributeType(name, StaticAttributes.class);
216 ResourceAttribute testAttribute = new StaticAttributes();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/xacml3/
H A DPrivilegeUtilsTest.java42 import com.sun.identity.entitlement.StaticAttributes;
110 StaticAttributes sa1 = new StaticAttributes();
118 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPrivilegeUtilsTest.java45 import com.sun.identity.entitlement.StaticAttributes;
99 StaticAttributes sa1 = new StaticAttributes();
107 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/xacml3/
H A DPrivilegeUtilsTest.java42 import com.sun.identity.entitlement.StaticAttributes;
110 StaticAttributes sa1 = new StaticAttributes();
118 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPrivilegeUtilsTest.java45 import com.sun.identity.entitlement.StaticAttributes;
99 StaticAttributes sa1 = new StaticAttributes();
107 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java21 import com.sun.identity.entitlement.StaticAttributes;
116 StaticAttributes testAttribute = new StaticAttributes();
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java21 import com.sun.identity.entitlement.StaticAttributes;
116 StaticAttributes testAttribute = new StaticAttributes();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DPrivilegeManagerTest.java199 StaticAttributes sa1 = new StaticAttributes();
207 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DPrivilegeManagerTest.java198 StaticAttributes sa1 = new StaticAttributes();
206 StaticAttributes sa2 = new StaticAttributes();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java31 import com.sun.identity.entitlement.StaticAttributes;
105 registry.registerAttributeType("Static", StaticAttributes.class);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java31 import com.sun.identity.entitlement.StaticAttributes;
105 registry.registerAttributeType("Static", StaticAttributes.class);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java47 import com.sun.identity.entitlement.StaticAttributes;
712 StaticAttributes sa = (StaticAttributes) map.get(k);
714 sa = new StaticAttributes();
763 if (ra instanceof StaticAttributes) {
764 resourceAttributesToResponseProviders((StaticAttributes) ra, map);
799 StaticAttributes sa,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java49 import com.sun.identity.entitlement.StaticAttributes;
728 StaticAttributes sa = (StaticAttributes) map.get(k);
730 sa = new StaticAttributes();
779 if (ra instanceof StaticAttributes) {
780 resourceAttributesToResponseProviders((StaticAttributes) ra, map);
815 StaticAttributes sa,
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java28 import com.sun.identity.entitlement.StaticAttributes;
451 assertThat(attr).isInstanceOf(StaticAttributes.class);
699 StaticAttributes staticAttributes = new StaticAttributes();
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java28 import com.sun.identity.entitlement.StaticAttributes;
451 assertThat(attr).isInstanceOf(StaticAttributes.class);
699 StaticAttributes staticAttributes = new StaticAttributes();

Completed in 112 milliseconds