public abstract class AbstractPointToPointFlowProfileAfterInvocationProvider extends Object implements org.springframework.security.access.AfterInvocationProvider
| Constructor and Description |
|---|
AbstractPointToPointFlowProfileAfterInvocationProvider(String responsiveConfigAttribute)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
mayReadPointToPointFlowProfile(org.springframework.security.core.Authentication authentication,
PointToPointFlowProfile pointToPointFlowProfile)
Determines if the specified PointToPointFlowProfile should be accessible to the currently logged in user
|
boolean |
supports(Class clazz)
Returns true if the class is supported by this provider
|
boolean |
supports(org.springframework.security.access.ConfigAttribute configAttribute)
Returns true if the dao attribute is supported by this provider
|
public AbstractPointToPointFlowProfileAfterInvocationProvider(String responsiveConfigAttribute)
responsiveConfigAttribute - - The configuration to checkprotected boolean mayReadPointToPointFlowProfile(org.springframework.security.core.Authentication authentication,
PointToPointFlowProfile pointToPointFlowProfile)
authentication - - The authentication to usepointToPointFlowProfile - - The PointToPointFlowProfile to check againstpublic boolean supports(org.springframework.security.access.ConfigAttribute configAttribute)
supports in interface org.springframework.security.access.AfterInvocationProviderconfigAttribute - dao attribute to testpublic boolean supports(Class clazz)
supports in interface org.springframework.security.access.AfterInvocationProviderclazz - - class to check support forCopyright © 2007-2015 Ikasan. All Rights Reserved.