Package com.ongres.stringprep
Annotation Type ProfileName
The value of this annotation is used by the ServiceLoader lookup.
A profile with @ProfileName("SASLprep") can can be obtained by calling
Stringprep.getProvider("SASLprep").
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDefine the Stringprep profile name as defined by the RFC.- Returns:
- profile name
-