Uses of Class
org.openiam.base.response.LoginResponse
-
Packages that use LoginResponse Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.rest org.openiam.srvc.am org.openiam.srvc.user -
-
Uses of LoginResponse in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return LoginResponse Modifier and Type Method Description LoginResponseURIFederationService. getIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents)LoginResponseURIFederationService. getIdentityFromEncryptedCert(String proxyURI, org.springframework.http.HttpMethod method, String cert, String pass) -
Uses of LoginResponse in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return LoginResponse Modifier and Type Method Description LoginResponseURIFederationServiceImpl. getIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents)LoginResponseURIFederationServiceImpl. getIdentityFromEncryptedCert(String proxyURI, org.springframework.http.HttpMethod method, String certWithInfo, String pass) -
Uses of LoginResponse in org.openiam.rest
Methods in org.openiam.rest that return LoginResponse Modifier and Type Method Description LoginResponseURIFederationRestController. getIdentityFromCert(String proxyURI, String method, org.springframework.web.multipart.MultipartFile certContents) -
Uses of LoginResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return LoginResponse Modifier and Type Method Description LoginResponseURIFederationWebService. getIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass)LoginResponseURIFederationWebServiceImpl. getIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass) -
Uses of LoginResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return LoginResponse Modifier and Type Method Description LoginResponseLoginDataWebService. getLoginByManagedSys(String pricipal, String sysId)Retrieves LoginResponse for given principal and managedSysId.LoginResponseLoginDataWebServiceImpl. getLoginByManagedSys(String principal, String sysId)Deprecated.LoginResponseLoginDataWebService. getPrimaryIdentity(String userId)Retrieves primary identity for given user Id.LoginResponseLoginDataWebServiceImpl. getPrimaryIdentity(String userId)LoginResponseLoginDataWebService. refreshIdentity(String loginId)Refresh user identityLoginResponseLoginDataWebServiceImpl. refreshIdentity(String loginId)Refresh user identity
-