|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.security.AbstractPointToPointFlowProfileAfterInvocationProvider
public abstract class AbstractPointToPointFlowProfileAfterInvocationProvider
Abstract class that provides functionality for determining access/configuration rights
| Constructor Summary | |
|---|---|
AbstractPointToPointFlowProfileAfterInvocationProvider(String responsiveConfigAttribute)
Constructor |
|
| Method Summary | |
|---|---|
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 configuration attribute is supported by this provider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.security.access.AfterInvocationProvider |
|---|
decide |
| Constructor Detail |
|---|
public AbstractPointToPointFlowProfileAfterInvocationProvider(String responsiveConfigAttribute)
responsiveConfigAttribute - - The configuration to check| Method Detail |
|---|
protected boolean mayReadPointToPointFlowProfile(org.springframework.security.core.Authentication authentication,
PointToPointFlowProfile pointToPointFlowProfile)
authentication - - The authentication to usepointToPointFlowProfile - - The PointToPointFlowProfile to check against
public boolean supports(org.springframework.security.access.ConfigAttribute configAttribute)
supports in interface org.springframework.security.access.AfterInvocationProviderconfigAttribute - configuration attribute to test
public boolean supports(Class clazz)
supports in interface org.springframework.security.access.AfterInvocationProviderclazz - - class to check support for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||