| java.lang.Object | |
| ↳ | org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever |
This MappableAttributesRetriever implementation reads the list of defined J2EE
roles from a web.xml file and returns these from {getMappableAttributes().
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Loads the web.xml file using the configured ResourceLoader and
parses the role-name elements from it, using these as the set of mappableAttributes.
| |||||||||||
Implementations of this method should return a set of all string attributes which
can be mapped to GrantedAuthoritys.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||
From interface
org.springframework.context.ResourceLoaderAware
| |||||||||||
From interface
org.springframework.security.core.authority.mapping.MappableAttributesRetriever
| |||||||||||
Loads the web.xml file using the configured ResourceLoader and parses the role-name elements from it, using these as the set of mappableAttributes.
| Exception |
|---|
Implementations of this method should return a set of all string attributes which can be mapped to GrantedAuthoritys.