public class OAuthClientVoter
extends java.lang.Object
Votes to grant access if current OAuth Client ID matches with any config attribute
Only config attributes starting with 'prefix' will be took into consideration. Default prefix is 'CLIENT_'. Prefix
can be customized, in particular when null all config attributes will be analyzed.
If none of the configuration attributes starts with 'prefix', the voter abstains from voting.
If there are some configuration attributes starting with prefix but none matches, the voter denies access.
Comparisions are case insensitive.
Example: if config attribute = 'CLIENT_MOBILE_ANDROID' and client id is 'mobile_android' access by this voter is
granted