public class AfterInvocationPointToPointFlowProfileCollectionFilteringProvider extends AbstractPointToPointFlowProfileAfterInvocationProvider
| Constructor and Description |
|---|
AfterInvocationPointToPointFlowProfileCollectionFilteringProvider()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
decide(org.springframework.security.core.Authentication authentication,
Object object,
Collection<org.springframework.security.access.ConfigAttribute> config,
Object returnedObject)
Decide if the user has rights to invoke actions on a PointToPointFlowProfile
|
boolean |
supports(org.springframework.security.access.ConfigAttribute configAttribute)
Returns true if the configuration attribute is supported by this provider
|
mayReadPointToPointFlowProfile, supportspublic AfterInvocationPointToPointFlowProfileCollectionFilteringProvider()
public Object decide(org.springframework.security.core.Authentication authentication, Object object, Collection<org.springframework.security.access.ConfigAttribute> config, Object returnedObject) throws org.springframework.security.access.AccessDeniedException
authentication - - The authentication schemeobject - - TODO Not used!config - - TODO The configuration attribute to checkreturnedObject - - TODO The return object to seedorg.springframework.security.access.AccessDeniedException - - Access was deniedpublic boolean supports(org.springframework.security.access.ConfigAttribute configAttribute)
supports in interface org.springframework.security.access.AfterInvocationProvidersupports in class AbstractPointToPointFlowProfileAfterInvocationProviderconfigAttribute - configuration attribute to testCopyright © 2007-2015 Ikasan. All Rights Reserved.