Package org.openiam.srvc.am
Class AbstractURIFederationAPIService
- java.lang.Object
-
- org.openiam.srvc.AbstractApiService
-
- org.openiam.srvc.am.AbstractURIFederationAPIService
-
- Direct Known Subclasses:
URIFederationRestController
,URIFederationWebServiceImpl
public abstract class AbstractURIFederationAPIService extends AbstractApiService
Created by alexander on 30/09/16.
-
-
Field Summary
-
Fields inherited from class org.openiam.srvc.AbstractApiService
applicationContext, log, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description AbstractURIFederationAPIService(URIFederationQueue queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.http.HttpMethod
getMethod(String method)
protected URIFederationResponse
getURIFederationMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
void
init()
-
Methods inherited from class org.openiam.srvc.AbstractApiService
broadcast, crudRequest, getBooleanValue, getIntValue, getIntValue, getRabbitMqQueue, getResponse, getResponse, getValue, getValue, getValueList, getValueList, idRequest, manageApiRequest, manageApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, membershipRequestProcessing, membershipRequestProcessing, publish, publish, sendAsync, sendAsync
-
-
-
-
Constructor Detail
-
AbstractURIFederationAPIService
public AbstractURIFederationAPIService(URIFederationQueue queue)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getMethod
protected org.springframework.http.HttpMethod getMethod(String method)
-
getURIFederationMetadata
protected URIFederationResponse getURIFederationMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-
-