Searched refs:berType (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationType.java69 private byte berType; field in class:AuthenticationType
76 * @param berType The BER type tag that is associated with this
79 private AuthenticationType(byte berType) argument
81 this.berType = berType;
95 return berType;
107 switch (berType)
H A DFilterType.java118 private byte berType; field in class:FilterType
125 * @param berType The LDAP BER type for this filter type.
127 private FilterType(byte berType) argument
129 this.berType = berType;
141 return berType;
153 switch (berType)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationType.java68 private byte berType; field in class:AuthenticationType
75 * @param berType The BER type tag that is associated with this
78 private AuthenticationType(byte berType) argument
80 this.berType = berType;
94 return berType;
106 switch (berType)
H A DFilterType.java117 private byte berType; field in class:FilterType
124 * @param berType The LDAP BER type for this filter type.
126 private FilterType(byte berType) argument
128 this.berType = berType;
140 return berType;
152 switch (berType)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationType.java69 private byte berType; field in class:AuthenticationType
76 * @param berType The BER type tag that is associated with this
79 private AuthenticationType(byte berType) argument
81 this.berType = berType;
95 return berType;
107 switch (berType)
H A DFilterType.java118 private byte berType; field in class:FilterType
125 * @param berType The LDAP BER type for this filter type.
127 private FilterType(byte berType) argument
129 this.berType = berType;
141 return berType;
153 switch (berType)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java69 private byte berType; field in class:AuthenticationType
76 * @param berType The BER type tag that is associated with this
79 private AuthenticationType(byte berType) argument
81 this.berType = berType;
95 return berType;
107 switch (berType)
H A DFilterType.java118 private byte berType; field in class:FilterType
125 * @param berType The LDAP BER type for this filter type.
127 private FilterType(byte berType) argument
129 this.berType = berType;
141 return berType;
153 switch (berType)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java68 private byte berType; field in class:AuthenticationType
75 * @param berType The BER type tag that is associated with this
78 private AuthenticationType(byte berType) argument
80 this.berType = berType;
94 return berType;
106 switch (berType)
H A DFilterType.java117 private byte berType; field in class:FilterType
124 * @param berType The LDAP BER type for this filter type.
126 private FilterType(byte berType) argument
128 this.berType = berType;
140 return berType;
152 switch (berType)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationType.java68 private byte berType; field in class:AuthenticationType
75 * @param berType The BER type tag that is associated with this
78 private AuthenticationType(byte berType) argument
80 this.berType = berType;
94 return berType;
106 switch (berType)
H A DFilterType.java116 private byte berType; field in class:FilterType
123 * @param berType The LDAP BER type for this filter type.
125 private FilterType(byte berType) argument
127 this.berType = berType;
139 return berType;
151 switch (berType)

Completed in 47 milliseconds