Package org.openiam.am.srvc.groovy
Class URIFederationGroovyProcessor
- java.lang.Object
-
- org.openiam.am.srvc.groovy.URIFederationGroovyProcessor
-
public abstract class URIFederationGroovyProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContext
context
-
Constructor Summary
Constructors Modifier Constructor Description protected
URIFederationGroovyProcessor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getValue(String userId, ContentProvider contentProvider, URIPattern pattern, AbstractPatternMetaValue metaValue, URI uri, AdaptiveAuthenticationExtraDataRequest params)
void
setContext(org.springframework.context.ApplicationContext context)
-
-
-
Method Detail
-
setContext
public void setContext(org.springframework.context.ApplicationContext context)
-
getValue
public abstract String getValue(String userId, ContentProvider contentProvider, URIPattern pattern, AbstractPatternMetaValue metaValue, URI uri, AdaptiveAuthenticationExtraDataRequest params)
-
-