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