Uses of Class
org.openiam.am.srvc.dto.URIPattern
-
-
Uses of URIPattern in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto with parameters of type URIPattern Modifier and Type Method Description voidContentProvider. addURIPattern(URIPattern pattern) -
Uses of URIPattern in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type URIPattern 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 developerabstract StringURIFederationGroovyProcessor. getValue(String userId, ContentProvider contentProvider, URIPattern pattern, AbstractPatternMetaValue metaValue, URI uri, AdaptiveAuthenticationExtraDataRequest params) -
Uses of URIPattern in org.openiam.esb.am.model
Methods in org.openiam.esb.am.model that return URIPattern Modifier and Type Method Description URIPatternURIPatternSearchResult. getPattern()Methods in org.openiam.esb.am.model with parameters of type URIPattern Modifier and Type Method Description voidURIPatternSearchResult. setPattern(URIPattern pattern) -
Uses of URIPattern in org.openiam.esb.am.rule
Methods in org.openiam.esb.am.rule with parameters of type URIPattern 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) -
Uses of URIPattern in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return URIPattern Modifier and Type Method Description URIPatternURIFederationService. getCachedURIPattern(String patternId)URIPatternContentProviderService. getURIPattern(String patternId)Methods in org.openiam.esb.am.service that return types with arguments of type URIPattern Modifier and Type Method Description List<URIPattern>ContentProviderService. getUriPatternsList(URIPatternSearchBean searchBean, int from, int size)Methods in org.openiam.esb.am.service with parameters of type URIPattern Modifier and Type Method Description StringContentProviderService. saveURIPattern(URIPattern uriPattern) -
Uses of URIPattern in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return URIPattern Modifier and Type Method Description URIPatternURIFederationServiceImpl. getCachedURIPattern(String patternId)URIPatternContentProviderServiceImpl. getURIPattern(String patternId)Methods in org.openiam.esb.am.service.impl that return types with arguments of type URIPattern Modifier and Type Method Description List<URIPattern>ContentProviderServiceImpl. getUriPatternsList(URIPatternSearchBean searchBean, int from, int size)Methods in org.openiam.esb.am.service.impl with parameters of type URIPattern Modifier and Type Method Description StringContentProviderServiceImpl. saveURIPattern(URIPattern uriPattern)<T extends AbstractPatternMetaValue>
booleanURIFederationServiceImpl. setPatternMeta(URIPattern pattern, AbstractMeta<T> meta) -
Uses of URIPattern in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return URIPattern Modifier and Type Method Description URIPatternURIPatternDozerConverter. convertDTO(URIPattern entity, boolean isDeep)URIPatternURIPatternDozerConverter. convertToDTO(URIPatternEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type URIPattern Modifier and Type Method Description List<URIPattern>URIPatternDozerConverter. convertToDTOList(List<URIPatternEntity> list, boolean isDeep)Set<URIPattern>URIPatternDozerConverter. convertToDTOSet(Set<URIPatternEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type URIPattern Modifier and Type Method Description URIPatternURIPatternDozerConverter. convertDTO(URIPattern entity, boolean isDeep)URIPatternEntityURIPatternDozerConverter. convertToEntity(URIPattern entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type URIPattern Modifier and Type Method Description List<URIPatternEntity>URIPatternDozerConverter. convertToEntityList(List<URIPattern> list, boolean isDeep)Set<URIPatternEntity>URIPatternDozerConverter. convertToEntitySet(Set<URIPattern> set, boolean isDeep) -
Uses of URIPattern in org.openiam.idm.srvc.meta.dto
Methods in org.openiam.idm.srvc.meta.dto with parameters of type URIPattern Modifier and Type Method Description voidMetadataElementPageTemplate. addPattern(URIPattern pattern) -
Uses of URIPattern in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return URIPattern Modifier and Type Method Description URIPatternURIFederationWebService. getCachedURIPattern(String patternId)URIPatternURIFederationWebServiceImpl. getCachedURIPattern(String patternId)URIPatternContentProviderWebService. getURIPattern(String patternId)URIPatternContentProviderWebServiceImpl. getURIPattern(String patternId)Methods in org.openiam.srvc.am that return types with arguments of type URIPattern Modifier and Type Method Description List<URIPattern>ContentProviderWebService. findUriPatterns(URIPatternSearchBean searchBean, int from, int size)List<URIPattern>ContentProviderWebServiceImpl. findUriPatterns(URIPatternSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.am with parameters of type URIPattern Modifier and Type Method Description ResponseContentProviderWebService. saveURIPattern(URIPattern pattern)ResponseContentProviderWebServiceImpl. saveURIPattern(URIPattern pattern)
-