Uses of Class
com.ongres.stringprep.Option
-
Packages that use Option 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 Option in com.ongres.nameprep
Fields in com.ongres.nameprep with type parameters of type Option Modifier and Type Field Description private java.util.Set<Option>
Nameprep. nameprepProfile
Methods in com.ongres.nameprep that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>
Nameprep. profile()
-
Uses of Option in com.ongres.saslprep
Fields in com.ongres.saslprep with type parameters of type Option Modifier and Type Field Description private java.util.Set<Option>
SASLprep. saslprepProfile
Methods in com.ongres.saslprep that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>
SASLprep. profile()
-
Uses of Option in com.ongres.stringprep
Methods in com.ongres.stringprep that return Option Modifier and Type Method Description static Option
Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Option[]
Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ongres.stringprep that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>
Profile. profile()
Set of options used by the profile.
-