|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.ui.AuthenticationDetailsSourceImpl
org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
org.springframework.security.ui.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
public class J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
Implementation of AuthenticationDetailsSource which converts the user's J2EE roles (as obtained by calling
HttpServletRequest.isUserInRole(String)) into GrantedAuthoritys and stores these in the authentication
details object (.
| Field Summary |
|---|
| Fields inherited from class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource |
|---|
j2eeMappableRoles, j2eeUserRoles2GrantedAuthoritiesMapper, logger |
| Constructor Summary | |
|---|---|
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource()
Public constructor which overrides the default AuthenticationDetails class to be used. |
|
| Method Summary | |
|---|---|
protected java.lang.String[] |
getUserRoles(java.lang.Object context,
java.lang.String[] mappableRoles)
Obtains the list of user roles based on the current user's J2EE roles. |
| Methods inherited from class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource |
|---|
afterPropertiesSet, buildDetails, setMappableRolesRetriever, setUserRoles2GrantedAuthoritiesMapper |
| Methods inherited from class org.springframework.security.ui.AuthenticationDetailsSourceImpl |
|---|
setClazz |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource()
| Method Detail |
|---|
protected java.lang.String[] getUserRoles(java.lang.Object context,
java.lang.String[] mappableRoles)
getUserRoles in class AbstractPreAuthenticatedAuthenticationDetailsSourcerequest - The request against which isUserInRole will be called for each role name
returned by the MappableAttributesRetriever.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||