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 void
ContentProvider. 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 String
AbstractRedirectURLGroovyProcessor. getRedirectURL(String userId, ContentProvider contentProvider, URIPattern pattern, URIPatternMethod method, URI originalUrl)
This method should be overridden by the developerabstract String
URIFederationGroovyProcessor. 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 URIPattern
URIPatternSearchResult. getPattern()
Methods in org.openiam.esb.am.model with parameters of type URIPattern Modifier and Type Method Description void
URIPatternSearchResult. 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 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)
-
Uses of URIPattern in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return URIPattern Modifier and Type Method Description URIPattern
URIFederationService. getCachedURIPattern(String patternId)
URIPattern
ContentProviderService. 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 String
ContentProviderService. 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 URIPattern
URIFederationServiceImpl. getCachedURIPattern(String patternId)
URIPattern
ContentProviderServiceImpl. 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 String
ContentProviderServiceImpl. 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 URIPattern
URIPatternDozerConverter. convertDTO(URIPattern entity, boolean isDeep)
URIPattern
URIPatternDozerConverter. 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 URIPattern
URIPatternDozerConverter. convertDTO(URIPattern entity, boolean isDeep)
URIPatternEntity
URIPatternDozerConverter. 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 void
MetadataElementPageTemplate. 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 URIPattern
URIFederationWebService. getCachedURIPattern(String patternId)
URIPattern
URIFederationWebServiceImpl. getCachedURIPattern(String patternId)
URIPattern
ContentProviderWebService. getURIPattern(String patternId)
URIPattern
ContentProviderWebServiceImpl. 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 Response
ContentProviderWebService. saveURIPattern(URIPattern pattern)
Response
ContentProviderWebServiceImpl. saveURIPattern(URIPattern pattern)
-