Interface MappableAttributesRetriever

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getMappableAttributes()
      Implementations of this method should return a set of all string attributes which can be mapped to GrantedAuthoritys.
    • Method Detail

      • getMappableAttributes

        java.util.Set<java.lang.String> getMappableAttributes()
        Implementations of this method should return a set of all string attributes which can be mapped to GrantedAuthoritys.
        Returns:
        set of all mappable roles