Class AttributeContextStringLookupStrategy

All Implemented Interfaces:
Function<ProfileRequestContext,String>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

@ThreadSafe public class AttributeContextStringLookupStrategy extends AbstractAttributeContextUserIdentityStrategy<String>
An AbstractAttributeContextUserIdentityStrategy that pulls out an StringAttributeValue from the attribute context. Will return null 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

    • AttributeContextStringLookupStrategy

      public AttributeContextStringLookupStrategy()
  • Method Details