Searched refs:AttributeType (Results 1 - 25 of 2168) sorted by relevance

1234567891011>>

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeTypeConstants.java43 AttributeType OBJECT_CLASS = new AttributeType(
50 AttributeType COMMON_NAME = new AttributeType(
56 AttributeType ORGANIZATION_NAME = new AttributeType(
62 AttributeType ORGANIZATIONAL_UNIT_NAME = new AttributeType(
68 AttributeType DOMAIN_COMPONENT = new AttributeType(
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeTypeConstants.java43 AttributeType OBJECT_CLASS = new AttributeType(
50 AttributeType COMMON_NAME = new AttributeType(
56 AttributeType ORGANIZATION_NAME = new AttributeType(
62 AttributeType ORGANIZATIONAL_UNIT_NAME = new AttributeType(
68 AttributeType DOMAIN_COMPONENT = new AttributeType(
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public CustomAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public StandardAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public CustomAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public StandardAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public CustomAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public StandardAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public CustomAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public StandardAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public CustomAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java30 import org.opends.server.types.AttributeType;
40 private AttributeType attr;
47 public StandardAttributeTreeNode(String name, AttributeType attr)
57 public AttributeType getAttribute()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DCustomAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public CustomAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
H A DStandardAttributeTreeNode.java29 import org.opends.server.types.AttributeType;
39 private AttributeType attr;
46 public StandardAttributeTreeNode(String name, AttributeType attr)
56 public AttributeType getAttribute()
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributeTypeConstants.java45 AttributeType OBJECT_CLASS = new AttributeType(
52 AttributeType COMMON_NAME = new AttributeType(
58 AttributeType ORGANIZATION_NAME = new AttributeType(
64 AttributeType ORGANIZATIONAL_UNIT_NAME = new AttributeType(
70 AttributeType DOMAIN_COMPONENT = new AttributeType(
[all...]
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java38 * {@link org.forgerock.openam.radius.common.AttributeType} class without adding them here.
57 private AttributeType type = AttributeType.UNKNOWN;
72 type = AttributeType.getType(octets[0]);
80 public AttributeType getType() {
115 if (type == AttributeType.UNKNOWN) {
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java38 * {@link org.forgerock.openam.radius.common.AttributeType} class without adding them here.
57 private AttributeType type = AttributeType.UNKNOWN;
72 type = AttributeType.getType(octets[0]);
80 public AttributeType getType() {
115 if (type == AttributeType.UNKNOWN) {
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java36 import org.opends.server.types.AttributeType;
44 PropertyDefinition<AttributeType> {
51 AbstractBuilder<AttributeType, AttributeTypePropertyDefinition> {
69 DefaultBehaviorProvider<AttributeType> defaultBehavior) {
133 DefaultBehaviorProvider<AttributeType> defaultBehavior) {
134 super(d, AttributeType.class, propertyName, options,
155 AttributeType value, P p) {
165 public int compare(AttributeType o1, AttributeType o2) {
175 public AttributeType decodeValu
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAttributeTypePropertyDefinition.java37 import org.opends.server.types.AttributeType;
45 PropertyDefinition<AttributeType> {
52 AbstractBuilder<AttributeType, AttributeTypePropertyDefinition> {
70 DefaultBehaviorProvider<AttributeType> defaultBehavior) {
134 DefaultBehaviorProvider<AttributeType> defaultBehavior) {
135 super(d, AttributeType.class, propertyName, options,
156 AttributeType value, P p) {
166 public int compare(AttributeType o1, AttributeType o2) {
176 public AttributeType decodeValu
[all...]

Completed in 107 milliseconds

1234567891011>>