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 LoginResponse
URIFederationService. getIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents)
LoginResponse
URIFederationService. 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 LoginResponse
URIFederationServiceImpl. getIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents)
LoginResponse
URIFederationServiceImpl. 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 LoginResponse
URIFederationRestController. 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 LoginResponse
URIFederationWebService. getIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass)
LoginResponse
URIFederationWebServiceImpl. 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 LoginResponse
LoginDataWebService. getLoginByManagedSys(String pricipal, String sysId)
Retrieves LoginResponse for given principal and managedSysId.LoginResponse
LoginDataWebServiceImpl. getLoginByManagedSys(String principal, String sysId)
Deprecated.LoginResponse
LoginDataWebService. getPrimaryIdentity(String userId)
Retrieves primary identity for given user Id.LoginResponse
LoginDataWebServiceImpl. getPrimaryIdentity(String userId)
LoginResponse
LoginDataWebService. refreshIdentity(String loginId)
Refresh user identityLoginResponse
LoginDataWebServiceImpl. refreshIdentity(String loginId)
Refresh user identity
-