Package com.ongres.nameprep
Class Nameprep
- java.lang.Object
-
- com.ongres.nameprep.Nameprep
-
- All Implemented Interfaces:
Profile
@ProfileName("Nameprep") public final class Nameprep extends java.lang.Object implements Profile
Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN).This document specifies processing rules that will allow users to enter internationalized domain names (IDNs) into applications and have the highest chance of getting the content of the strings correct. It is a profile of stringprep. These processing rules are only intended for internationalized domain names, not for arbitrary text.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<Option>
nameprepProfile
-
Constructor Summary
Constructors Constructor Description Nameprep()
Construct an instance of theNameprep
profile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Option>
profile()
Set of options used by the profile.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ongres.stringprep.Profile
additionalMappingTable, prepareQuery, prepareQuery, prepareStored, prepareStored, prohibitedAdditionalCharacters
-
-
-
-
Field Detail
-
nameprepProfile
private final java.util.Set<Option> nameprepProfile
-
-