public abstract class AbstractModuleAfterInvocationProvider extends Object implements org.springframework.security.access.AfterInvocationProvider
| Constructor and Description |
|---|
AbstractModuleAfterInvocationProvider(String responsiveConfigAttribute)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
mayReadModule(org.springframework.security.core.Authentication authentication,
Module module)
Determines if the specified module should be accessible to the currently logged in user
|
boolean |
supports(Class clazz) |
boolean |
supports(org.springframework.security.access.ConfigAttribute configAttribute) |
public AbstractModuleAfterInvocationProvider(String responsiveConfigAttribute)
responsiveConfigAttribute - - The configuration to checkprotected boolean mayReadModule(org.springframework.security.core.Authentication authentication,
Module module)
authentication - - The authentication to usemodule - - The module to check againstpublic boolean supports(org.springframework.security.access.ConfigAttribute configAttribute)
supports in interface org.springframework.security.access.AfterInvocationProviderpublic boolean supports(Class clazz)
supports in interface org.springframework.security.access.AfterInvocationProviderCopyright © 2007-2015 Ikasan. All Rights Reserved.