public class OA2ServiceTransaction extends OA4MPServiceTransaction
Created by Jeff Gaynor
on 2/28/14 at 1:46 PM
| Constructor and Description |
|---|
OA2ServiceTransaction(edu.uiuc.ncsa.security.delegation.token.AuthorizationGrant ag) |
OA2ServiceTransaction(edu.uiuc.ncsa.security.core.Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected String |
formatToString() |
Date |
getAuthTime() |
String |
getNonce() |
edu.uiuc.ncsa.security.delegation.token.RefreshToken |
getRefreshToken() |
long |
getRefreshTokenLifetime() |
Collection<String> |
getScopes() |
boolean |
hasAuthTime() |
boolean |
hasRefreshToken() |
boolean |
isRefreshTokenValid() |
void |
setAuthTime(Date authTime) |
void |
setNonce(String nonce) |
void |
setRefreshToken(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken) |
void |
setRefreshTokenLifetime(long refreshTokenLifetime) |
void |
setRefreshTokenValid(boolean refreshTokenValid) |
void |
setScopes(Collection<String> scopes) |
getMyproxyUsername, setMyproxyUsernamegetCallback, getCertReq, getCertReqString, getClient, getLifetime, getUsername, isAccessTokenValid, isAuthGrantValid, setAccessTokenValid, setAuthGrantValid, setCallback, setCertReq, setCertReq, setCertReqString, setClient, setLifetime, setUsername, toStringgetAccessToken, getAuthorizationGrant, getProtectedAsset, getVerifier, hasAccessToken, hasAuthorizationGrant, hasProtectedAsset, hasVerifier, setAccessToken, setAuthorizationGrant, setProtectedAsset, setVerifiergetIdentifier, getIdentifierString, setIdentifierpublic OA2ServiceTransaction(edu.uiuc.ncsa.security.delegation.token.AuthorizationGrant ag)
public OA2ServiceTransaction(edu.uiuc.ncsa.security.core.Identifier identifier)
public boolean hasAuthTime()
public Date getAuthTime()
public void setAuthTime(Date authTime)
public Collection<String> getScopes()
public void setScopes(Collection<String> scopes)
public String getNonce()
public void setNonce(String nonce)
public boolean isRefreshTokenValid()
public void setRefreshTokenValid(boolean refreshTokenValid)
public long getRefreshTokenLifetime()
public void setRefreshTokenLifetime(long refreshTokenLifetime)
public boolean hasRefreshToken()
public edu.uiuc.ncsa.security.delegation.token.RefreshToken getRefreshToken()
public void setRefreshToken(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken)
protected String formatToString()
formatToString in class OA4MPServiceTransactionpublic boolean equals(Object obj)
equals in class OA4MPServiceTransactionCopyright © 2015. All Rights Reserved.