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 Response
AuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, AdaptiveAuthenticationExtraDataRequest request)
Response
AuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, AuthRuleStepsFlowchartRequest request)
Response
AuthenticationRuleListener. processingApiRequest(AuthenticationRuleAPI api, FileRequest request)
Response
AuthenticationRuleListener. 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 AuthenticationRuleAPI
AuthenticationRuleAPI. 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.
-