Uses of Class
org.openiam.mq.constants.api.AuthenticationRuleAPI
-
Packages that use AuthenticationRuleAPI Package Description org.openiam.esb.am.mq org.openiam.mq.constants.api -
-
Uses of AuthenticationRuleAPI in org.openiam.esb.am.mq
Methods in org.openiam.esb.am.mq that return types with arguments of type AuthenticationRuleAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AuthenticationRuleAPI,BaseCrudServiceRequest>AuthenticationRuleListener. getCrudRequestProcessor()protected AbstractListener.RequestProcessor<AuthenticationRuleAPI,IdServiceRequest>AuthenticationRuleListener. getGetRequestProcessor()protected AbstractListener.RequestProcessor<AuthenticationRuleAPI,BaseSearchServiceRequest>AuthenticationRuleListener. getSearchRequestProcessor()Methods in org.openiam.esb.am.mq with parameters of type AuthenticationRuleAPI Modifier and Type Method Description ResponseAuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, AdaptiveAuthenticationExtraDataRequest request)ResponseAuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, AuthRuleStepsFlowchartRequest request)ResponseAuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, FileRequest request)ResponseAuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, IPRequest request) -
Uses of AuthenticationRuleAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AuthenticationRuleAPI Modifier and Type Method Description static AuthenticationRuleAPIAuthenticationRuleAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationRuleAPI[]AuthenticationRuleAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.
-