@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,PARAMETER}) public @interface ResolveCustomerRef
CustomerRef
parameters automatically resolved by
CustomerRefHandlerMethodArgumentResolver
.
The reference will be populated by the current authentication details.Modifier and Type | Optional Element and Description |
---|---|
boolean |
registeredOnly
Indicates that the customer reference must be resolver to a registered customer, otherwise an
authentication exception will be thrown.
|
public abstract boolean registeredOnly
Copyright © 2021. All rights reserved.