public class SkeletonKeyClientBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected ResteasyWebTarget |
admin |
protected String |
password |
protected TokenFactory |
tokenFactory |
protected String |
username |
Constructor and Description |
---|
SkeletonKeyClientBuilder() |
Modifier and Type | Method and Description |
---|---|
SkeletonKeyAdminClient |
admin() |
Access |
authenticateTarget(String projectName,
WebTarget target) |
Authentication |
authentication(String projectName) |
SkeletonKeyClientBuilder |
idp(WebTarget uri) |
String |
obtainSignedToken(String projectName) |
Access |
obtainToken(String projectName) |
SkeletonKeyClientBuilder |
password(String password) |
String |
signed(String projectName,
WebTarget target) |
SkeletonKeyClientBuilder |
username(String username) |
protected ResteasyWebTarget admin
protected TokenFactory tokenFactory
protected String username
protected String password
public SkeletonKeyClientBuilder username(String username)
public SkeletonKeyClientBuilder password(String password)
public SkeletonKeyClientBuilder idp(WebTarget uri)
public Authentication authentication(String projectName)
public SkeletonKeyAdminClient admin()
Copyright © 2013. All Rights Reserved.