|
| | ResourceRepresentation (String name, Set< ScopeRepresentation > scopes, Set< String > uris, String type, String iconUri) |
| |
| | ResourceRepresentation (String name, Set< ScopeRepresentation > scopes, String uri, String type, String iconUri) |
| |
| | ResourceRepresentation (String name, Set< ScopeRepresentation > scopes, Set< String > uris, String type) |
| |
| | ResourceRepresentation (String name, Set< ScopeRepresentation > scopes, String uri, String type) |
| |
| | ResourceRepresentation (String name, Set< ScopeRepresentation > scopes) |
| |
| | ResourceRepresentation (String name, String... scopes) |
| |
| | ResourceRepresentation () |
| |
| void | setId (String id) |
| |
| String | getId () |
| |
| String | getName () |
| |
| String | getDisplayName () |
| |
| String | getUri () |
| |
| Set< String > | getUris () |
| |
| String | getType () |
| |
| Set< ScopeRepresentation > | getScopes () |
| |
| String | getIconUri () |
| |
| void | setName (String name) |
| |
| void | setDisplayName (String displayName) |
| |
| void | setUri (String uri) |
| |
| void | setUris (Set< String > uris) |
| |
| void | setType (String type) |
| |
| void | setScopes (Set< ScopeRepresentation > scopes) |
| |
| void | setIconUri (String iconUri) |
| |
| ResourceOwnerRepresentation | getOwner () |
| |
| void | setOwner (ResourceOwnerRepresentation owner) |
| |
| void | setOwner (String ownerId) |
| |
| Boolean | getOwnerManagedAccess () |
| |
| void | setOwnerManagedAccess (Boolean ownerManagedAccess) |
| |
| void | addScope (String... scopeNames) |
| |
| Map< String, List< String > > | getAttributes () |
| |
| void | setAttributes (Map< String, List< String >> attributes) |
| |
| boolean | equals (Object o) |
| |
| int | hashCode () |
| |
One or more resources that the resource server manages as a set of protected resources.
For more details, OAuth-resource-reg.
- 著者
- Pedro Igor