Uses of Class
org.openiam.am.srvc.dto.AbstractMeta
-
Packages that use AbstractMeta Package Description org.openiam.am.srvc.dto org.openiam.base.response org.openiam.esb.am.rule org.openiam.esb.am.service.impl -
-
Uses of AbstractMeta in org.openiam.am.srvc.dto
Subclasses of AbstractMeta in org.openiam.am.srvc.dto Modifier and Type Class Description class
URIPatternMeta
class
URIPatternMethodMeta
-
Uses of AbstractMeta in org.openiam.base.response
Constructors in org.openiam.base.response with parameters of type AbstractMeta Constructor Description URIPatternRuleToken(URIPatternMetaType metaType, AbstractMeta meta)
-
Uses of AbstractMeta in org.openiam.esb.am.rule
Methods in org.openiam.esb.am.rule with parameters of type AbstractMeta Modifier and Type Method Description 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 AbstractMeta in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type AbstractMeta Modifier and Type Method Description <T extends AbstractPatternMetaValue>
booleanURIFederationServiceImpl. setPatternMeta(URIPattern pattern, AbstractMeta<T> meta)
-