Class CodeClaimSource
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.BasicClaimsSourceImpl
-
- org.oa4mp.server.loader.oauth2.claims.CodeClaimSource
-
- All Implemented Interfaces:
Serializable
,ClaimSource
public class CodeClaimSource extends BasicClaimsSourceImpl
Created by Jeff Gaynor
on 2/8/23 at 12:33 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.oa4mp.server.loader.oauth2.claims.BasicClaimsSourceImpl
groupHandler
-
-
Constructor Summary
Constructors Constructor Description CodeClaimSource()
CodeClaimSource(org.qdl_lang.variables.QDLStem stem)
CodeClaimSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromQDL(org.qdl_lang.variables.QDLStem stem)
Deserialize this claim source from its QDL representation.String
getClassName()
void
setClassName(String className)
org.qdl_lang.variables.QDLStem
toQDL()
Serialize this claim source to its QDL representation.-
Methods inherited from class org.oa4mp.server.loader.oauth2.claims.BasicClaimsSourceImpl
addToStem, getClaims, getConfiguration, getGroupHandler, getOa2SE, getOmitList, getScopes, hasConfiguration, isEnabled, isRunOnlyAtAuthorization, process, process, realProcessing, setConfiguration, setGroupHandler, setOa2SE, setOmitList, setScopes
-
-
-
-
Constructor Detail
-
CodeClaimSource
public CodeClaimSource()
-
CodeClaimSource
public CodeClaimSource(org.qdl_lang.variables.QDLStem stem)
-
CodeClaimSource
public CodeClaimSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
-
-
Method Detail
-
fromQDL
public void fromQDL(org.qdl_lang.variables.QDLStem stem)
Description copied from interface:ClaimSource
Deserialize this claim source from its QDL representation.- Specified by:
fromQDL
in interfaceClaimSource
- Overrides:
fromQDL
in classBasicClaimsSourceImpl
-
toQDL
public org.qdl_lang.variables.QDLStem toQDL()
Description copied from interface:ClaimSource
Serialize this claim source to its QDL representation.- Specified by:
toQDL
in interfaceClaimSource
- Overrides:
toQDL
in classBasicClaimsSourceImpl
- Returns:
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
-