Uses of Class
com.ibm.oauth.core.api.attributes.AttributeList
Packages that use AttributeList
-
Uses of AttributeList in com.ibm.oauth.core.api.oauth20.mediator
Methods in com.ibm.oauth.core.api.oauth20.mediator with parameters of type AttributeListModifier and TypeMethodDescriptionvoidOAuth20Mediator.mediateAuthorize(AttributeList attributeList) This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processAuthorization method.voidOAuth20Mediator.mediateAuthorizeException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processAuthorization method.voidOAuth20Mediator.mediateResource(AttributeList attributeList) This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processResourceRequest method.voidOAuth20Mediator.mediateResourceException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processResourceRequest method.voidOAuth20Mediator.mediateToken(AttributeList attributeList) This method is called by the core component after basic message validation and processing to allow any post custom processing by the component consumer in processTokenRequest method.voidOAuth20Mediator.mediateTokenException(AttributeList attributeList, OAuthException exception) This method is called by the core component when protocol exception happens to allow any post custom processing by the component consumer in processTokenRequest method.