Class JpaOAuth2AuthorizedClientEntityId
java.lang.Object
com.broadleafcommerce.auth.client.provider.jpa.domain.JpaOAuth2AuthorizedClientEntityId
- All Implemented Interfaces:
Serializable
The ID class representing the composite key for
JpaOAuth2AuthorizedClientEntity
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setClientRegistrationId
(String clientRegistrationId) void
setPrincipalName
(String principalName) void
setTenantId
(String tenantId) toString()
-
Constructor Details
-
JpaOAuth2AuthorizedClientEntityId
public JpaOAuth2AuthorizedClientEntityId()
-
-
Method Details
-
getTenantId
-
getClientRegistrationId
-
getPrincipalName
-
setTenantId
-
setClientRegistrationId
-
setPrincipalName
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-