keycloak
|
公開メンバ関数 | |
DockerAccess () | |
DockerAccess (final String scopeParam) | |
String | getType () |
DockerAccess | setType (final String type) |
String | getName () |
DockerAccess | setName (final String name) |
List< String > | getActions () |
DockerAccess | setActions (final List< String > actions) |
boolean | equals (final Object o) |
int | hashCode () |
String | toString () |
静的公開変数類 | |
static final int | ACCESS_TYPE = 0 |
static final int | REPOSITORY_NAME = 1 |
static final int | PERMISSIONS = 2 |
static final String | DECODE_ENCODING = "UTF-8" |
限定公開変数類 | |
String | type |
String | name |
List< String > | actions |
Per the docker auth v2 spec, access is defined like this:
{ "type": "repository", "name": "samalba/my-app", "actions": [ "push", "pull" ] }
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
protected |
|
static |
|
protected |
|
static |
|
static |
|
protected |