|
Spring Social Facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface FacebookCookieValue
Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound
to a value from the Facebook cookie written when the user signed in with Facebook.
| Optional Element Summary | |
|---|---|
boolean |
required
Whether the Facebook cookie value is required. |
java.lang.String |
value
The specific element of the cookie to be bound (e.g., "uid", "expires", etc) |
public abstract java.lang.String value
public abstract boolean required
|
Spring Social Facebook | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||