Serialized Form
-
Package org.oa4mp.server.admin.oauth2.base
-
Class org.oa4mp.server.admin.oauth2.base.BaseClientStoreCommands extends OA4MPStoreCommands implements Serializable
-
Serialized Fields
-
clientApprovalStore
org.oa4mp.delegation.server.storage.ClientApprovalStore clientApprovalStore
-
clientApprovalStoreCommands
ClientApprovalStoreCommands clientApprovalStoreCommands
-
-
-
Class org.oa4mp.server.admin.oauth2.base.BaseCommands2 extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl2 implements Serializable
-
Class org.oa4mp.server.admin.oauth2.base.ClientApprovalStoreCommands extends OA4MPStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.oauth2.base.ClientStoreCommands extends BaseClientStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.oauth2.base.CommandLineClient extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl implements Serializable
-
Class org.oa4mp.server.admin.oauth2.base.CopyCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands2 implements Serializable
-
Serialized Fields
-
configFile
String configFile
-
copyTool
CopyTool copyTool
-
verifier
CopyToolVerifier verifier
-
-
-
Class org.oa4mp.server.admin.oauth2.base.OA4MPStoreCommands extends edu.uiuc.ncsa.security.storage.cli.StoreCommands2 implements Serializable
-
Serialized Fields
-
state
org.qdl_lang.state.State state
-
-
-
-
Package org.oa4mp.server.admin.oauth2.tools
-
Class org.oa4mp.server.admin.oauth2.tools.JWKCLI extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl2 implements Serializable
-
Serialized Fields
-
loader
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> loader
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.JWKUtilCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands2 implements Serializable
-
Serialized Fields
-
ALGORITHM_KEY_FLAG
String ALGORITHM_KEY_FLAG
-
BASE64_FLAG
String BASE64_FLAG
-
base64Bytes
String base64Bytes
-
base64Dencode
String base64Dencode
-
base64Encode
String base64Encode
-
CL_IS_PRIVATE_FLAG
String CL_IS_PRIVATE_FLAG
-
CL_IS_PUBLIC_FLAG
String CL_IS_PUBLIC_FLAG
-
CL_KEY_FILE_FLAG
String CL_KEY_FILE_FLAG
-
CL_KEY_ID_FLAG
String CL_KEY_ID_FLAG
-
CL_WELL_KNOWN_FLAG
String CL_WELL_KNOWN_FLAG
-
CREATE_ELLIPTIC_KEY_FLAG
String CREATE_ELLIPTIC_KEY_FLAG
-
CREATE_SINGLE_KEY_FLAG
String CREATE_SINGLE_KEY_FLAG
-
DEFAULT_LIFETIME
long DEFAULT_LIFETIME
-
defaultKeyID
String defaultKeyID
-
ELLIPTIC_CURVE_FLAG
String ELLIPTIC_CURVE_FLAG
-
FORCE_TO_STD_OUT_FLAG
String FORCE_TO_STD_OUT_FLAG
-
JTI_FLAG
String JTI_FLAG
-
JTI_RADIX
int JTI_RADIX
-
jwkUtil
edu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil
-
keys
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys
-
lastToken
String lastToken
-
LIFETIME_FLAG
String LIFETIME_FLAG
-
PRINT_CLAIMS_FLAG
String PRINT_CLAIMS_FLAG
-
RSA_KEY_SIZE_FLAG
String RSA_KEY_SIZE_FLAG
-
SET_DEFAULT_ID
String SET_DEFAULT_ID
-
showAllKeys
String showAllKeys
-
wellKnown
String wellKnown
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2AdminClientCommands extends BaseClientStoreCommands implements Serializable
-
Serialized Fields
-
clientStore
org.oa4mp.delegation.server.storage.ClientStore clientStore
-
permissionsStore
org.oa4mp.server.api.admin.permissions.PermissionsStore permissionsStore
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2CLCCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands2 implements Serializable
-
Serialized Fields
-
ALT_USERNAME_FLAG
String ALT_USERNAME_FLAG
-
ASSET_KEY
String ASSET_KEY
-
assetResponse
org.oa4mp.client.api.AssetResponse assetResponse
-
AT_RESPONSE_KEY
String AT_RESPONSE_KEY
-
AUTHZ_GRANT_KEY
String AUTHZ_GRANT_KEY
-
AUTHZ_PARAMETERS_KEY
String AUTHZ_PARAMETERS_KEY
-
canGetAT
boolean canGetAT
-
canGetCert
boolean canGetCert
-
canGetGrant
boolean canGetGrant
-
canGetRT
boolean canGetRT
-
ccfResponse
net.sf.json.JSONObject ccfResponse
-
ce
OA2ClientEnvironment ce
-
CLAIMS_KEY
String CLAIMS_KEY
-
CLIENT_CFG_NAME_KEY
String CLIENT_CFG_NAME_KEY
-
CONFIG_FILE_KEY
String CONFIG_FILE_KEY
-
CONFIG_NAME_KEY
String CONFIG_NAME_KEY
-
configFile
String configFile
-
CURRENT_URI_KEY
String CURRENT_URI_KEY
-
currentATResponse
ATResponse2 currentATResponse
-
currentURI
URI currentURI
What is currently from theOA2CLCCommands.uri(InputLine). -
debugUtil
edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugUtil
-
deviceCode
String deviceCode
-
deviceFlowCallback
String deviceFlowCallback
-
DF_RESPONSE_KEY
String DF_RESPONSE_KEY
-
dfResponse
net.sf.json.JSONObject dfResponse
-
dummyAsset
OA2Asset dummyAsset
-
ersatz
boolean ersatz
-
EXCHANGE_PARAMETERS_KEY
String EXCHANGE_PARAMETERS_KEY
-
exchangeParameters
HashMap<String,Object> exchangeParameters
-
exchangeResponse
net.sf.json.JSONObject exchangeResponse
-
grant
org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl grant
-
INTROSPECT_RESPONSE_KEY
String INTROSPECT_RESPONSE_KEY
-
introspectResponse
net.sf.json.JSONObject introspectResponse
-
IS_ERSATZ_KEY
String IS_ERSATZ_KEY
Used if the client ID was used with another stored configuration to do a fork. -
isDeviceFlow
boolean isDeviceFlow
-
lastException
Throwable lastException
The last execption. This is generally not of interest except for a few cases (such as proxying) and should not be serialized, being mostly informational and transitory. -
lastUserMessage
String lastUserMessage
-
MESSAGE_SWITCH
String MESSAGE_SWITCH
-
oa2CommandLineClient
OA2CommandLineClient oa2CommandLineClient
-
PRINT_OUTPUT_ON_KEY
String PRINT_OUTPUT_ON_KEY
-
REFRESH_PARAMETERS_KEY
String REFRESH_PARAMETERS_KEY
-
refreshParameters
HashMap<String,Object> refreshParameters
-
requestParameters
HashMap<String,Object> requestParameters
-
saveFile
File saveFile
-
secureRandom
SecureRandom secureRandom
-
service
OA2MPService service
-
shortSwitchBlurb
String shortSwitchBlurb
-
SYSTEM_MESSAGE_KEY
String SYSTEM_MESSAGE_KEY
-
TOKEN_PARAMETERS_KEY
String TOKEN_PARAMETERS_KEY
-
tokenParameters
HashMap<String,Object> tokenParameters
-
useClipboard
boolean useClipboard
-
USER_MESSAGE_KEY
String USER_MESSAGE_KEY
-
userCode
String userCode
-
USERNAME_FLAG
String USERNAME_FLAG
-
VERBOSE_ON_KEY
String VERBOSE_ON_KEY
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2ClientCommands extends ClientStoreCommands implements Serializable
-
Serialized Fields
-
permissionsStore
org.oa4mp.server.api.admin.permissions.PermissionsStore permissionsStore
-
refreshTokensEnabled
boolean refreshTokensEnabled
-
supportedScopes
Collection<String> supportedScopes
-
uucConfiguration
org.oa4mp.delegation.server.storage.uuc.UUCConfiguration uucConfiguration
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2CommandLineClient extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl2 implements Serializable
-
Serialized Fields
-
loader
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> loader
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2Commands extends BaseCommands2 implements Serializable
-
Serialized Fields
-
loader
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> loader
-
oa2AdminClientCommands
OA2AdminClientCommands oa2AdminClientCommands
-
oa2ClientCommands
OA2ClientCommands oa2ClientCommands
-
oa2PermissionCommands
OA2PermissionCommands oa2PermissionCommands
-
tokenStoreCommands
TokenStoreCommands tokenStoreCommands
-
transactionStoreCommands
TransactionStoreCommands transactionStoreCommands
-
VICommands
VICommands VICommands
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.OA2PermissionCommands extends OA4MPStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.oauth2.tools.TokenStoreCommands extends OA4MPStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.oauth2.tools.TransactionStoreCommands extends OA4MPStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.oauth2.tools.VICommands extends OA4MPStoreCommands implements Serializable
-
-
Package org.oa4mp.server.admin.oauth2.tools.migrate
-
Class org.oa4mp.server.admin.oauth2.tools.migrate.MEProvider extends Object implements Serializable
-
Serialized Fields
-
secureRandom
SecureRandom secureRandom
-
-
-
Class org.oa4mp.server.admin.oauth2.tools.migrate.MigrateKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.server.admin.oauth2.tools.migrate.MigrationEntry extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-