Class JpaOAuthClientRegistration
java.lang.Object
com.broadleafcommerce.auth.client.provider.jpa.domain.JpaOAuthClientRegistration
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,Serializable
@Entity
public class JpaOAuthClientRegistration
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
JPA representation of a
ClientRegistration with a tenant id.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()inthashCode()voidsetAuthorizationGrantType(String authorizationGrantType) voidsetClientAuthenticationMethod(String clientAuthenticationMethod) voidsetClientId(String clientId) voidsetClientName(String clientName) voidsetClientSecret(String clientSecret) voidvoidsetProviderDetails(JpaOAuthClientProviderDetails providerDetails) voidsetRedirectUriTemplate(String redirectUriTemplate) voidsetRegistrationId(String registrationId) voidvoidsetTenantId(String tenantId) org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaOAuthClientRegistration
public JpaOAuthClientRegistration()
-
-
Method Details
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
fromMe
@NonNull public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
@NonNull public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getId
-
getTenantId
-
getRegistrationId
-
getClientId
-
getClientSecret
-
getClientAuthenticationMethod
-
getAuthorizationGrantType
-
getRedirectUriTemplate
-
getScopes
-
getClientName
-
getProviderDetails
-
setId
-
setTenantId
-
setRegistrationId
-
setClientId
-
setClientSecret
-
setClientAuthenticationMethod
-
setAuthorizationGrantType
-
setRedirectUriTemplate
-
setScopes
-
setClientName
-
setProviderDetails
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-