public interface

MappableAttributesRetriever

org.springframework.security.core.authority.mapping.MappableAttributesRetriever
Known Indirect Subclasses

Class Overview

Interface to be implemented by classes that can retrieve a list of mappable security attribute strings (for example the list of all available J2EE roles in a web or EJB application).

Summary

Public Methods
abstract Set<String> getMappableAttributes()
Implementations of this method should return a set of all string attributes which can be mapped to GrantedAuthoritys.

Public Methods

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