Class OIDCByteAttributeTranscoder

All Implemented Interfaces:
AttributeTranscoder<JSONObject>, OIDCAttributeTranscoder, Component, DestructableComponent, InitializableComponent

public class OIDCByteAttributeTranscoder extends AbstractOIDCAttributeTranscoder
Class encoding byte attributes to base64 encoded string json object. Name of the attribute will be set as the key. The string contains base64 coded attribute value. If there are several attribute values they are delimited with space. The output may be set also to array. The output may also be set to be int instead of b64. In that case each value (byte[]) is converted to int array and placed into array.