Class JpaOAuth2AuthorizedClientEntity
java.lang.Object
com.broadleafcommerce.auth.client.provider.jpa.domain.JpaOAuth2AuthorizedClientEntity
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,Serializable
@Entity
public class JpaOAuth2AuthorizedClientEntity
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
The JPA-specific persisted domain counterpart to
OAuth2AuthorizedClientEntity.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>inthashCode()voidsetAccessTokenExpiresAt(Instant accessTokenExpiresAt) voidsetAccessTokenIssuedAt(Instant accessTokenIssuedAt) voidsetAccessTokenScopes(Set<String> accessTokenScopes) voidsetAccessTokenType(String accessTokenType) voidsetAccessTokenValue(String accessTokenValue) voidsetClientRegistrationId(String clientRegistrationId) voidsetPrincipalName(String principalName) voidsetRefreshTokenExpiresAt(Instant refreshTokenExpiresAt) voidsetRefreshTokenIssuedAt(Instant refreshTokenIssuedAt) voidsetRefreshTokenValue(String refreshTokenValue) voidsetTenantId(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
-
JpaOAuth2AuthorizedClientEntity
public JpaOAuth2AuthorizedClientEntity()
-
-
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
-
getTenantId
-
getClientRegistrationId
-
getPrincipalName
-
getAccessTokenType
-
getAccessTokenValue
-
getAccessTokenIssuedAt
-
getAccessTokenExpiresAt
-
getAccessTokenScopes
-
getRefreshTokenValue
-
getRefreshTokenIssuedAt
-
getRefreshTokenExpiresAt
-
setTenantId
-
setClientRegistrationId
-
setPrincipalName
-
setAccessTokenType
-
setAccessTokenValue
-
setAccessTokenIssuedAt
-
setAccessTokenExpiresAt
-
setAccessTokenScopes
-
setRefreshTokenValue
-
setRefreshTokenIssuedAt
-
setRefreshTokenExpiresAt
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-