Uses of Class
org.openiam.base.response.SasAuthResponse
-
Packages that use SasAuthResponse Package Description org.openiam.common.beans.mq org.openiam.sas.service org.openiam.srvc.sas -
-
Uses of SasAuthResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return SasAuthResponse Modifier and Type Method Description SasAuthResponseSasRabbitMQService. authenticate(SasAuthRequest request)SasAuthResponseSasRabbitMQService. verification(SasAuthRequest request) -
Uses of SasAuthResponse in org.openiam.sas.service
Methods in org.openiam.sas.service that return SasAuthResponse Modifier and Type Method Description SasAuthResponseSasManagerService. authenticate(SasAuthRequest request)SasAuthResponseSasManagerService. getInfoByLogin(String login) -
Uses of SasAuthResponse in org.openiam.srvc.sas
Methods in org.openiam.srvc.sas that return SasAuthResponse Modifier and Type Method Description SasAuthResponseSasAuthWebService. authenticate(SasAuthRequest request)Send authentication request to SAS.SasAuthResponseSasAuthWebServiceImpl. authenticate(SasAuthRequest request)SasAuthResponseSasAuthWebService. getInfo(SasAuthRequest request)Send verification request to SAS.SasAuthResponseSasAuthWebServiceImpl. getInfo(SasAuthRequest request)
-