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 intURIPatternMethodComparator. 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 URIPatternMethodURIPatternMethodMeta. 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 voidURIPattern. addMethod(URIPatternMethod method)voidURIPatternMethodMeta. 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 StringAbstractRedirectURLGroovyProcessor. 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 URIPatternMethodURIPatternSearchResult. getMethod()Methods in org.openiam.esb.am.model with parameters of type URIPatternMethod Modifier and Type Method Description voidURIPatternSearchResult. 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 voidAbstractURIPatternRule. postProcess(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPatternRuleToken token, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider)URIPatternRuleTokenAbstractURIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)URIPatternRuleTokenURIPatternRule. process(String userId, URI uri, URIPatternMetaType metaType, Set<AbstractPatternMetaValue> valueSet, URIPattern pattern, URIPatternMethod method, ContentProvider contentProvider, AbstractMeta meta, AdaptiveAuthenticationExtraDataRequest params)
-