Class RefreshTokenConfig
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.AbstractPayloadConfig
-
- org.oa4mp.server.loader.oauth2.tokens.AbstractCommonATandRTConfig
-
- org.oa4mp.server.loader.oauth2.tokens.RefreshTokenConfig
-
- All Implemented Interfaces:
Serializable
public class RefreshTokenConfig extends AbstractCommonATandRTConfig
Created by Jeff Gaynor
on 8/5/20 at 10:56 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens.AbstractCommonATandRTConfig
AUDIENCE_KEY, ISSUER_KEY, RESOURCE_KEY, SUBJECT_KEY
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims.AbstractPayloadConfig
CREATE_TS_KEY, ID_KEY, LIFETIME_KEY, type, TYPE_KEY, VERSIONS_KEY
-
-
Constructor Summary
Constructors Constructor Description RefreshTokenConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens.AbstractCommonATandRTConfig
fromJSON, getAudience, getIssuer, getResource, getSubject, hasSubject, setAudience, setIssuer, setResource, setSubject, toJSON
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims.AbstractPayloadConfig
getCreationTS, getId, getLifetime, getScriptSet, getVersions, setCreationTS, setId, setLifetime, setScriptSet, setType, setVersions
-
-
-
-
Method Detail
-
getType
public String getType()
- Overrides:
getType
in classAbstractPayloadConfig
-
-