Package org.openiam.esb.am.rule
Interface URIPatternRule
-
- All Known Implementing Classes:
AbstractURIPatternRule
,CookieURIPatternRule
,ExcludeCookieURIPatternRule
,ExcludeHeaderURIPatternRule
,FormPostURIPatternRule
,HeaderURIPatternRule
,RequestParamURIPatternRule
public interface URIPatternRule
- Author:
- Lev Bornovalov Processes a Rule, the value of which will be returned to the Proxy BE CAREFUL WHEN CHANGING SPRING BEAN NAMES that implement this interface, as their name is stored in the database to provide runtime configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIPatternRuleToken
process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
-
-
-
Method Detail
-
process
URIPatternRuleToken process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params) throws Exception
- Throws:
Exception
-
-