|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authorization | |
---|---|
org.eclipse.egit.github.core | |
org.eclipse.egit.github.core.service |
Uses of Authorization in org.eclipse.egit.github.core |
---|
Methods in org.eclipse.egit.github.core that return Authorization | |
---|---|
Authorization |
Authorization.setApp(Application app)
|
Authorization |
Authorization.setCreatedAt(Date createdAt)
|
Authorization |
Authorization.setId(int id)
|
Authorization |
Authorization.setNote(String note)
|
Authorization |
Authorization.setNoteUrl(String noteUrl)
|
Authorization |
Authorization.setScopes(List<String> scopes)
|
Authorization |
Authorization.setToken(String token)
|
Authorization |
Authorization.setUpdatedAt(Date updatedAt)
|
Authorization |
Authorization.setUrl(String url)
|
Uses of Authorization in org.eclipse.egit.github.core.service |
---|
Methods in org.eclipse.egit.github.core.service that return Authorization | |
---|---|
Authorization |
OAuthService.addScopes(int id,
Collection<String> scopes)
Add scopes to authorization |
Authorization |
OAuthService.createAuthorization(Authorization authorization)
Create authorization |
Authorization |
OAuthService.getAuthorization(int id)
Get authorization with given id |
Authorization |
OAuthService.removeScopes(int id,
Collection<String> scopes)
Remove scopes from authorization |
Authorization |
OAuthService.setScopes(int id,
Collection<String> scopes)
Set scopes for authorization |
Methods in org.eclipse.egit.github.core.service that return types with arguments of type Authorization | |
---|---|
List<Authorization> |
OAuthService.getAuthorizations()
Get all authorizations for currently authenticated user |
Methods in org.eclipse.egit.github.core.service with parameters of type Authorization | |
---|---|
Authorization |
OAuthService.createAuthorization(Authorization authorization)
Create authorization |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |