Uses of Interface
com.ongres.stringprep.Profile
-
Packages that use Profile Package Description com.ongres.nameprep Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN).com.ongres.saslprep SASLprep: Stringprep Profile for User Names and Passwords.com.ongres.stringprep Preparation of Internationalized Strings ("stringprep"). -
-
Uses of Profile in com.ongres.nameprep
Classes in com.ongres.nameprep that implement Profile Modifier and Type Class Description classNameprepNameprep: A Stringprep Profile for Internationalized Domain Names (IDN). -
Uses of Profile in com.ongres.saslprep
Classes in com.ongres.saslprep that implement Profile Modifier and Type Class Description classSASLprepSASLprep: Stringprep Profile for User Names and Passwords. -
Uses of Profile in com.ongres.stringprep
Fields in com.ongres.stringprep declared as Profile Modifier and Type Field Description private ProfileStringprep. profileMethods in com.ongres.stringprep that return Profile Modifier and Type Method Description (package private) static ProfileStringprepLocator. getProfile(java.lang.String profileName)static ProfileStringprep. getProvider(java.lang.String profileName)Lookup the provider service that contains the profile.Constructors in com.ongres.stringprep with parameters of type Profile Constructor Description Stringprep(Profile profile, boolean storedStrings)
-