Class AbstractCharAttributeValue

java.lang.Object
com.ongres.scram.common.util.AbstractStringWritable
com.ongres.scram.common.util.AbstractCharAttributeValue
All Implemented Interfaces:
CharAttribute, CharAttributeValue, StringWritable
Direct Known Subclasses:
Gs2AttributeValue, ScramAttributeValue

public class AbstractCharAttributeValue extends AbstractStringWritable implements CharAttributeValue
Construct and write generic CharAttribute-Value pairs. Concrete sub-classes should also provide a static parse(String) creation method.