Michael Osipov created DIRKRB-775: ------------------------------------- Summary: Provide a Asn1IntegerEnumerated class Key: DIRKRB-775 URL: https://issues.apache.org/jira/browse/DIRKRB-775 Project: Directory Kerberos Issue Type: New Feature Affects Versions: 2.1.0 Reporter: Michael Osipov
There are cases where {{Asn1Enumerated}} requires too much boilerplate code to map a single value. E.g., I am preparing a special LDAP {{SearchRequest}} where {{scope}} and {{derefAliases}} are always zero. Right now I am forced to create an enum, etc. Too much. I'd like to do {{new Asn1IntergerEnumerated(0)}} (or {{Asn1EnumeratedInterger}}. Since {{ENUMERATED}} is a specialization of {{INTEGER}}. This new class could be a subtype of {{Asn1Interger}} with a small change. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org