Class IDTokenClientConfig
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.AbstractPayloadConfig
-
- org.oa4mp.server.loader.oauth2.claims.IDTokenClientConfig
-
- All Implemented Interfaces:
Serializable
public class IDTokenClientConfig extends AbstractPayloadConfig
Created by Jeff Gaynor
on 7/1/20 at 3:18 PM- See Also:
- Serialized Form
-
-
Field Summary
-
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 IDTokenClientConfig()
-
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.claims.AbstractPayloadConfig
fromJSON, getCreationTS, getId, getLifetime, getScriptSet, getVersions, setCreationTS, setId, setLifetime, setScriptSet, setType, setVersions, toJSON
-
-
-
-
Method Detail
-
getType
public String getType()
- Overrides:
getType
in classAbstractPayloadConfig
-
-