Uses of Class
org.openiam.mq.constants.api.user.LoginAttributeAPI
-
Packages that use LoginAttributeAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.user -
-
Uses of LoginAttributeAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type LoginAttributeAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<LoginAttributeAPI,IdServiceRequest>
LoginAttributeListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<LoginAttributeAPI,BaseSearchServiceRequest>
LoginAttributeListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type LoginAttributeAPI Modifier and Type Method Description Response
LoginAttributeListener. processingApiRequest(LoginAttributeAPI api, LoginListRequest request)
-
Uses of LoginAttributeAPI in org.openiam.mq.constants.api.user
Methods in org.openiam.mq.constants.api.user that return LoginAttributeAPI Modifier and Type Method Description static LoginAttributeAPI
LoginAttributeAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoginAttributeAPI[]
LoginAttributeAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-