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()
AuthResourceAttributeMap
getAttribute(String attributeMapId)
List<SSOAttribute>
getSSOAttributes(String providerId, String userId)
Response
removeAttributeMap(String attributeMapId)
Response
saveAttributeMap(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:
getAmAttributeList
in interfaceAuthResourceAttributeWebService
-
saveAttributeMap
public Response saveAttributeMap(AuthResourceAttributeMap attributeMap)
- Specified by:
saveAttributeMap
in interfaceAuthResourceAttributeWebService
-
removeAttributeMap
public Response removeAttributeMap(String attributeMapId)
- Specified by:
removeAttributeMap
in interfaceAuthResourceAttributeWebService
-
getSSOAttributes
public List<SSOAttribute> getSSOAttributes(String providerId, String userId)
- Specified by:
getSSOAttributes
in interfaceAuthResourceAttributeWebService
-
getAttribute
public AuthResourceAttributeMap getAttribute(String attributeMapId)
- Specified by:
getAttribute
in interfaceAuthResourceAttributeWebService
-
-