Package org.openiam.srvc.am
Class AuthResourceAttributeWebServiceImpl
- java.lang.Object
-
- org.openiam.srvc.AbstractApiService
-
- org.openiam.srvc.am.AuthResourceAttributeWebServiceImpl
-
- All Implemented Interfaces:
AuthResourceAttributeWebService
@Service("authResourceAttributeWS") public class AuthResourceAttributeWebServiceImpl extends AbstractApiService implements AuthResourceAttributeWebService
-
-
Field Summary
-
Fields inherited from class org.openiam.srvc.AbstractApiService
applicationContext, log, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description AuthResourceAttributeWebServiceImpl(AuthResourceAttributeQueue queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthResourceAMAttribute>getAmAttributeList()AuthResourceAttributeMapgetAttribute(String attributeMapId)List<SSOAttribute>getSSOAttributes(String providerId, String userId)ResponseremoveAttributeMap(String attributeMapId)ResponsesaveAttributeMap(AuthResourceAttributeMap attributeMap)-
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
-
AuthResourceAttributeWebServiceImpl
@Autowired public AuthResourceAttributeWebServiceImpl(AuthResourceAttributeQueue queue)
-
-
Method Detail
-
getAmAttributeList
public List<AuthResourceAMAttribute> getAmAttributeList()
- Specified by:
getAmAttributeListin interfaceAuthResourceAttributeWebService
-
saveAttributeMap
public Response saveAttributeMap(AuthResourceAttributeMap attributeMap)
- Specified by:
saveAttributeMapin interfaceAuthResourceAttributeWebService
-
removeAttributeMap
public Response removeAttributeMap(String attributeMapId)
- Specified by:
removeAttributeMapin interfaceAuthResourceAttributeWebService
-
getSSOAttributes
public List<SSOAttribute> getSSOAttributes(String providerId, String userId)
- Specified by:
getSSOAttributesin interfaceAuthResourceAttributeWebService
-
getAttribute
public AuthResourceAttributeMap getAttribute(String attributeMapId)
- Specified by:
getAttributein interfaceAuthResourceAttributeWebService
-
-