Class JeeAuthenticator.DelegatedMappableAttributesRetriever

java.lang.Object
org.frankframework.lifecycle.servlets.JeeAuthenticator.DelegatedMappableAttributesRetriever
All Implemented Interfaces:
org.springframework.security.core.authority.mapping.MappableAttributesRetriever
Enclosing class:
JeeAuthenticator

public static class JeeAuthenticator.DelegatedMappableAttributesRetriever extends Object implements org.springframework.security.core.authority.mapping.MappableAttributesRetriever
  • Constructor Details

    • DelegatedMappableAttributesRetriever

      public DelegatedMappableAttributesRetriever()
  • Method Details

    • getMappableAttributes

      public Set<String> getMappableAttributes()
      Specified by:
      getMappableAttributes in interface org.springframework.security.core.authority.mapping.MappableAttributesRetriever
    • addMappableAttributes

      public void addMappableAttributes(Set<String> mappableAttributes)