Class DefaultClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper>

java.lang.Object
com.broadleafcommerce.auth.client.registration.DefaultClientRegistrationPropertiesService<P>
All Implemented Interfaces:
ClientRegistrationPropertiesService<P>

public class DefaultClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper> extends Object implements ClientRegistrationPropertiesService<P>
This service provides OAuthClientRegistrationWrapper objects built from OAuth2ClientProperties defined through application properties. All methods of this class will gracefully return null if the OAuth2ClientProperties properties are not set.