public class

SimpleMappableAttributesRetriever

extends Object
implements MappableAttributesRetriever
java.lang.Object
   ↳ org.springframework.security.core.authority.mapping.SimpleMappableAttributesRetriever

Class Overview

This class implements the MappableAttributesRetriever interface by just returning a list of mappable attributes as previously set using the corresponding setter method.

Summary

Public Constructors
SimpleMappableAttributesRetriever()
Public Methods
Set<String> getMappableAttributes()
Implementations of this method should return a set of all string attributes which can be mapped to GrantedAuthoritys.
void setMappableAttributes(Set<String> aMappableRoles)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.core.authority.mapping.MappableAttributesRetriever

Public Constructors

public SimpleMappableAttributesRetriever ()

Public Methods

public Set<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

public void setMappableAttributes (Set<String> aMappableRoles)