Uses of Class
com.broadleafcommerce.auth.server.provider.jpa.domain.JpaAuthorizedClient
Package
Description
-
Uses of JpaAuthorizedClient in com.broadleafcommerce.auth.server.provider.jpa.domain
Modifier 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.repository
Modifier and TypeInterfaceDescriptioninterface
JpaAuthorizedClientRepository<D extends JpaAuthorizedClient>