@Target(value=METHOD) @Retention(value=RUNTIME) public @interface OAuthEndpoint
value() defines the necessary scopes to invoke the endpoint
if serviceOnly() is true only service applications can invoke the endpoint (the scopes are ignored)| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
serviceOnly |
String[] |
value |
public abstract String[] value
Copyright © 2018 FenixEdu. All rights reserved.