Package com.netscape.certsrv.base
Class AttributeNameHelper
java.lang.Object
com.netscape.certsrv.base.AttributeNameHelper
AttributeNameHelper. This Helper class used to decompose
dot-separated attribute name into prefix and suffix.
- Version:
- $Revision$, $Date$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttributeNameHelper
Default constructor for the class. Name is of the form "proofOfPosession.type".- Parameters:
name
- the attribute name.
-
-
Method Details
-
getPrefix
Return the prefix of the name.- Returns:
- attribute prefix
-
getSuffix
Return the suffix of the name.- Returns:
- attribute suffix
-