Package org.openiam.srvc.am
Interface AuthResourceAttributeWebService
-
- All Known Implementing Classes:
AuthResourceAttributeWebServiceImpl
public interface AuthResourceAttributeWebService
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
getAmAttributeList
List<AuthResourceAMAttribute> getAmAttributeList()
-
getAttribute
AuthResourceAttributeMap getAttribute(String attributeMapId)
-
saveAttributeMap
Response saveAttributeMap(AuthResourceAttributeMap attributeMap)
-
getSSOAttributes
List<SSOAttribute> getSSOAttributes(String providerId, String userId)
-
-