Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
IAuthorization |
IUser.createAuthorization(String note,
String scopes)
Creates and returns new authorization set for user
|
IAuthorization |
IUser.createAuthorization(String note,
String scopes,
int expiresIn)
Creates and returns new authorization set for user
|
IAuthorization |
IUser.getAuthorization()
Returns current authorization.
|
IAuthorization |
IUser.getAuthorization(String id)
Returns authorization using a token or id
|
Modifier and Type | Method and Description |
---|---|
Collection<IAuthorization> |
IUser.getAuthorizations()
Returns all current authorizations for a user
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationResource |
Modifier and Type | Method and Description |
---|---|
IAuthorization |
UserResource.createAuthorization(String note,
String scopes) |
IAuthorization |
APIResource.createAuthorization(String note,
String scopes) |
IAuthorization |
UserResource.createAuthorization(String note,
String scopes,
int expiresIn) |
IAuthorization |
UserResource.getAuthorization() |
IAuthorization |
APIResource.getAuthorization() |
IAuthorization |
UserResource.getAuthorization(String id) |
IAuthorization |
APIResource.getAuthorization(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<IAuthorization> |
UserResource.getAuthorizations() |
List<IAuthorization> |
APIResource.getAuthorizations() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.