Uses of Class
org.openiam.am.srvc.dto.SSOAttribute
-
Packages that use SSOAttribute Package Description org.openiam.am.srvc.dto org.openiam.base.response org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.srvc.am -
-
Uses of SSOAttribute in org.openiam.am.srvc.dto
Subclasses of SSOAttribute in org.openiam.am.srvc.dto Modifier and Type Class Description class
AuthResourceAttributeMap
Methods in org.openiam.am.srvc.dto with parameters of type SSOAttribute Modifier and Type Method Description int
SSOAttribute. compareTo(SSOAttribute o)
-
Uses of SSOAttribute in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type SSOAttribute Modifier and Type Method Description List<SSOAttribute>
SSOAttributeListResponse. getSsoAttributeList()
Method parameters in org.openiam.base.response with type arguments of type SSOAttribute Modifier and Type Method Description void
SSOAttributeListResponse. setSsoAttributeList(List<SSOAttribute> ssoAttributeList)
-
Uses of SSOAttribute in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type SSOAttribute Modifier and Type Method Description List<SSOAttribute>
AuthResourceAttributeService. getSSOAttributes(String providerId, String userId)
-
Uses of SSOAttribute in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type SSOAttribute Modifier and Type Method Description List<SSOAttribute>
AuthResourceAttributeServiceImpl. getSSOAttributes(String providerId, String userId)
-
Uses of SSOAttribute in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type SSOAttribute Modifier and Type Method Description List<SSOAttribute>
AuthResourceAttributeWebService. getSSOAttributes(String providerId, String userId)
List<SSOAttribute>
AuthResourceAttributeWebServiceImpl. getSSOAttributes(String providerId, String userId)
-