Class SimpleMappableAttributesRetriever

java.lang.Object
org.springframework.security.core.authority.mapping.SimpleMappableAttributesRetriever
All Implemented Interfaces:
MappableAttributesRetriever

public class SimpleMappableAttributesRetriever extends Object implements MappableAttributesRetriever
This class implements the MappableAttributesRetriever interface by just returning a list of mappable attributes as previously set using the corresponding setter method.
Since:
2.0
  • Constructor Details

    • SimpleMappableAttributesRetriever

      public SimpleMappableAttributesRetriever()
  • Method Details