Uses of Class
org.openiam.am.srvc.dto.URIPatternMethod
-
Packages that use URIPatternMethod Package Description org.openiam.am.srvc.comparator org.openiam.am.srvc.dto org.openiam.am.srvc.groovy org.openiam.esb.am.model org.openiam.esb.am.rule -
-
Uses of URIPatternMethod in org.openiam.am.srvc.comparator
Methods in org.openiam.am.srvc.comparator with parameters of type URIPatternMethod Modifier and Type Method Description int
URIPatternMethodComparator. compare(URIPatternMethod o1, URIPatternMethod o2)
-
Uses of URIPatternMethod in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto that return URIPatternMethod Modifier and Type Method Description URIPatternMethod
URIPatternMethodMeta. getPatternMethod()
Methods in org.openiam.am.srvc.dto that return types with arguments of type URIPatternMethod Modifier and Type Method Description TreeSet<URIPatternMethod>
URIPattern. getMethodTreeSet(org.springframework.http.HttpMethod method)
Methods in org.openiam.am.srvc.dto with parameters of type URIPatternMethod Modifier and Type Method Description void
URIPattern. addMethod(URIPatternMethod method)
void
URIPatternMethodMeta. setPatternMethod(URIPatternMethod patternMethod)
-
Uses of URIPatternMethod in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type URIPatternMethod Modifier and Type Method Description abstract String
AbstractRedirectURLGroovyProcessor. getRedirectURL(String userId, ContentProvider contentProvider, URIPattern pattern, URIPatternMethod method, URI originalUrl)
This method should be overridden by the developer -
Uses of URIPatternMethod in org.openiam.esb.am.model
Methods in org.openiam.esb.am.model that return URIPatternMethod Modifier and Type Method Description URIPatternMethod
URIPatternSearchResult. getMethod()
Methods in org.openiam.esb.am.model with parameters of type URIPatternMethod Modifier and Type Method Description void
URIPatternSearchResult. setMethod(URIPatternMethod method)
-
Uses of URIPatternMethod in org.openiam.esb.am.rule
Methods in org.openiam.esb.am.rule with parameters of type URIPatternMethod Modifier and Type Method Description protected void
AbstractURIPatternRule. postProcess(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPatternRuleToken token, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider)
URIPatternRuleToken
AbstractURIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
URIPatternRuleToken
URIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
-