Uses of Class
com.broadleafcommerce.auth.server.provider.jpa.domain.JpaAuthorizedClient
Packages that use JpaAuthorizedClient
Package
Description
- 
Uses of JpaAuthorizedClient in com.broadleafcommerce.auth.server.provider.jpa.domainMethods in com.broadleafcommerce.auth.server.provider.jpa.domain that return types with arguments of type JpaAuthorizedClientModifier and TypeMethodDescriptionprotected org.modelmapper.ExpressionMap<AuthorizedClient,JpaAuthorizedClient> JpaAuthorizedClient.toMeClientIdIssuedAt()By default,AuthorizedClient.getClientIdIssuedAt()will have a null value for this field when it comes from REST API calls due toJsonIgnore.protected org.modelmapper.ExpressionMap<AuthorizedClient,JpaAuthorizedClient> JpaAuthorizedClient.toMeClientSecretExpiresAt()By default,AuthorizedClient.getClientSecretExpiresAt()will have a null value for this field when it comes from REST API calls due toJsonIgnore.
- 
Uses of JpaAuthorizedClient in com.broadleafcommerce.auth.server.provider.jpa.repositoryClasses in com.broadleafcommerce.auth.server.provider.jpa.repository with type parameters of type JpaAuthorizedClientModifier and TypeInterfaceDescriptioninterfaceJpaAuthorizedClientRepository<D extends JpaAuthorizedClient>