ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.authorizedBy(String user) |
Sets the user that authorized the request token and returns this builder
to allow other optional attributes to be set or the final request Token instance to be constructed.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.callback(URI callback) |
Sets the callback attribute of the token and returns this builder to allow other optional
attributes to be set or the final request Token instance to be constructed.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.creationTime(long creationTime) |
Sets the creationTime attribute of the token and returns this builder
to allow other optional attributes to be set or the final request Token instance to be constructed.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.deniedBy(String user) |
Sets the user that denied the request token and returns this builder
to allow other optional attributes to be set or the final request Token instance to be constructed.
|
static ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.newAccessToken(String token) |
Static factory method that starts the process of building an access ServiceProviderToken instance.
|
static ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.newRequestToken(String token) |
Static factory method that starts the process of building a request ServiceProviderToken instance.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.session(ServiceProviderToken.Session session) |
Sets the session attribute of the token and returns this builder to allow other optional
attributes to be set or the final request Token instance to be constructed.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.timeToLive(long timeToLive) |
Sets the timeToLive attribute of the token and returns this builder
to allow other optional attributes to be set or the final request Token instance to be constructed.
|
ServiceProviderToken.ServiceProviderTokenBuilder |
ServiceProviderToken.ServiceProviderTokenBuilder.verifier(String verifier) |
Sets the verifier value to use to determine that the authorizing user is the same as the user
swapping the request token for an access token and returns this builder
to allow other optional attributes to be set or the final request Token instance to be constructed.
|