Class AttributeContextByteArrayLookupStrategy

All Implemented Interfaces:
Function<ProfileRequestContext,byte[]>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class AttributeContextByteArrayLookupStrategy extends AbstractAttributeContextUserIdentityStrategy<byte[]>
An AbstractAttributeContextUserIdentityStrategy that pulls out an StringAttributeValue from the attribute context and represents it as a UTF-8 encoded byte array. Will return an empty array if the attribute can not be found or if there is more than one attribute value.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • AttributeContextByteArrayLookupStrategy

      public AttributeContextByteArrayLookupStrategy()
  • Method Details