|
|||||||||
| 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.portlet.PortletPreAuthenticatedAuthenticationDetailsSource
public class PortletPreAuthenticatedAuthenticationDetailsSource
| Field Summary |
|---|
| Fields inherited from class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource |
|---|
j2eeMappableRoles, j2eeUserRoles2GrantedAuthoritiesMapper, logger |
| Constructor Summary | |
|---|---|
PortletPreAuthenticatedAuthenticationDetailsSource()
|
|
| Method Summary | |
|---|---|
protected java.lang.String[] |
getUserRoles(java.lang.Object context,
java.lang.String[] mappableRoles)
Allows the roles of the current user to be determined from the context object |
| 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 PortletPreAuthenticatedAuthenticationDetailsSource()
| Method Detail |
|---|
protected java.lang.String[] getUserRoles(java.lang.Object context,
java.lang.String[] mappableRoles)
AbstractPreAuthenticatedAuthenticationDetailsSource
getUserRoles in class AbstractPreAuthenticatedAuthenticationDetailsSourcecontext - the context object (an HttpRequest, PortletRequest etc)mappableRoles - the possible roles as determined by the MappableAttributesRetriever
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||