Serialized Form
-
Package org.oa4mp.delegation.client
-
Class org.oa4mp.delegation.client.AbstractClientEnvironment extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment implements Serializable
-
-
Package org.oa4mp.delegation.common.servlet
-
Class org.oa4mp.delegation.common.servlet.DBConfigLoader extends edu.uiuc.ncsa.security.core.util.LoggingConfigLoader<T extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> implements Serializable
-
Serialized Fields
-
derbyConnectionPoolProvider
edu.uiuc.ncsa.security.storage.sql.derby.DerbyConnectionPoolProvider derbyConnectionPoolProvider
-
disableDefaultStore
boolean disableDefaultStore
-
mariaDBConnectionPoolProvider
edu.uiuc.ncsa.security.storage.sql.mariadb.MariaDBConnectionPoolProvider mariaDBConnectionPoolProvider
-
mySQLConnectionPoolProvider
edu.uiuc.ncsa.security.storage.sql.mysql.MySQLConnectionPoolProvider mySQLConnectionPoolProvider
-
pgConnectionPoolProvider
edu.uiuc.ncsa.security.storage.sql.postgres.PGConnectionPoolProvider pgConnectionPoolProvider
-
-
-
-
Package org.oa4mp.delegation.common.storage.clients
-
Class org.oa4mp.delegation.common.storage.clients.BaseClient extends edu.uiuc.ncsa.security.storage.monitored.Monitored implements Serializable
-
Class org.oa4mp.delegation.common.storage.clients.BaseClientKeys extends edu.uiuc.ncsa.security.storage.monitored.MonitoredKeys implements Serializable
-
Class org.oa4mp.delegation.common.storage.clients.Client extends BaseClient implements Serializable
-
Serialized Fields
-
errorUri
String errorUri
-
homeUri
String homeUri
-
proxyLimited
boolean proxyLimited
-
scopes
Collection<String> scopes
-
serviceClient
boolean serviceClient
-
serviceClientUsers
Collection<String> serviceClientUsers
-
-
-
Class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.delegation.common.storage.clients.ClientKeys extends BaseClientKeys implements Serializable
-
Class org.oa4mp.delegation.common.storage.clients.ClientProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends Client> implements Serializable
-
-
Package org.oa4mp.delegation.common.storage.monitored
-
Class org.oa4mp.delegation.common.storage.monitored.OLDMonitoredMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends edu.uiuc.ncsa.security.core.Identifiable> implements Serializable
-
Serialized Fields
-
listeningStore
edu.uiuc.ncsa.security.storage.MonitoredStoreDelegate<V extends edu.uiuc.ncsa.security.core.Identifiable> listeningStore
Deprecated. -
upkeepConfiguration
edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepConfiguration upkeepConfiguration
Deprecated.
-
-
-
-
Package org.oa4mp.delegation.common.storage.transactions
-
Class org.oa4mp.delegation.common.storage.transactions.BasicTransaction extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-
Serialized Fields
-
accessToken
AccessToken accessToken
-
authorizationGrant
AuthorizationGrant authorizationGrant
-
protectedAsset
ProtectedAsset protectedAsset
-
verifier
Verifier verifier
-
-
-
Class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.delegation.common.storage.transactions.BasicTransactionProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends BasicTransaction> implements Serializable
-
Class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends BasicTransaction> implements Serializable
-
Serialized Fields
-
agIndex
TransactionMemoryStore.TokenIndex agIndex
-
atIndex
TransactionMemoryStore.TokenIndex atIndex
-
proxyIDIndex
TransactionMemoryStore.TokenIndex proxyIDIndex
-
vIndex
TransactionMemoryStore.TokenIndex vIndex
-
-
-
Class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore.TokenIndex extends HashMap<String,V extends BasicTransaction> implements Serializable
-
-
Package org.oa4mp.delegation.common.token
-
Class org.oa4mp.delegation.common.token.MyX509Certificates extends Object implements Serializable
-
Serialized Fields
-
x509Certificates
X509Certificate[] x509Certificates
-
-
-
Class org.oa4mp.delegation.common.token.OA1TokenImpl extends TokenImpl implements Serializable
-
Serialized Fields
-
sharedSecret
URI sharedSecret
-
-
-
-
Package org.oa4mp.delegation.common.token.impl
-
Class org.oa4mp.delegation.common.token.impl.AccessTokenImpl extends TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl extends TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.IDTokenImpl extends TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.MyX509Proxy extends MyX509Certificates implements Serializable
-
Serialized Fields
-
proxyKey
PrivateKey proxyKey
-
-
-
Class org.oa4mp.delegation.common.token.impl.OA1AccessTokenImpl extends OA1TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.OA1AuthorizationGrantImpl extends OA1TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl extends TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.TokenImpl extends Object implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.VerifierImpl extends OA1TokenImpl implements Serializable
-
-
Package org.oa4mp.delegation.server
-
Class org.oa4mp.delegation.server.ExceptionWrapper extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
client
Client client
-
-
-
Class org.oa4mp.delegation.server.MissingTokenException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.delegation.server.NoSuchClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.delegation.server.OA2ATException extends OA2JSONException implements Serializable
-
Serialized Fields
-
errorURI
URI errorURI
-
-
-
Class org.oa4mp.delegation.server.OA2GeneralError extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
description
String description
-
error
String error
-
forensicMessage
String forensicMessage
-
httpStatus
int httpStatus
-
state
String state
-
-
-
Class org.oa4mp.delegation.server.OA2JSONException extends OA2GeneralError implements Serializable
-
Class org.oa4mp.delegation.server.OA2RedirectableError extends OA2GeneralError implements Serializable
-
Serialized Fields
-
callback
URI callback
-
-
-
Class org.oa4mp.delegation.server.ServiceTransaction extends BasicTransaction implements Serializable
-
Class org.oa4mp.delegation.server.ServiceTransactionProvider extends BasicTransactionProvider<V extends ServiceTransaction> implements Serializable
-
Class org.oa4mp.delegation.server.UnapprovedClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
-
-
Class org.oa4mp.delegation.server.WrongPasswordException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
-
Package org.oa4mp.delegation.server.jwt
-
Class org.oa4mp.delegation.server.jwt.ScriptRuntimeException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
-
Package org.oa4mp.delegation.server.server
-
Class org.oa4mp.delegation.server.server.InvalidNonceException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.delegation.server.server.UnsupportedScopeException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
-
Package org.oa4mp.delegation.server.server.claims
-
Class org.oa4mp.delegation.server.server.claims.ClaimSourceConfiguration extends Object implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
failOnError
boolean failOnError
-
id
String id
-
jsonPostProcessing
net.sf.json.JSONObject jsonPostProcessing
-
jsonPostProcessorDone
boolean jsonPostProcessorDone
-
jsonPreProcessing
net.sf.json.JSONObject jsonPreProcessing
-
jsonPreProcessorDone
boolean jsonPreProcessorDone
-
map
Map<String,Object> map
-
maxWait
long maxWait
-
name
String name
-
notifyOnFail
boolean notifyOnFail
-
omitList
List<String> omitList
-
rawPostProcessor
String rawPostProcessor
-
rawPreProcessor
String rawPreProcessor
-
retryCount
int retryCount
-
-
-
-
Package org.oa4mp.delegation.server.server.config
-
Class org.oa4mp.delegation.server.server.config.JSONClaimSourceConfig extends ClaimSourceConfiguration implements Serializable
-
Serialized Fields
-
jsonObject
net.sf.json.JSONObject jsonObject
-
-
-
Class org.oa4mp.delegation.server.server.config.LDAPConfiguration extends JSONClaimSourceConfig implements Serializable
-
Serialized Fields
-
additionalFilter
String additionalFilter
-
authType
int authType
-
contextName
String contextName
-
password
String password
-
port
int port
-
searchAttributes
Map<String,LDAPConfigurationUtil.AttributeEntry> searchAttributes
-
searchBase
String searchBase
-
searchFilterAttribute
String searchFilterAttribute
-
searchNameKey
String searchNameKey
-
searchScope
String searchScope
-
securityPrincipal
String securityPrincipal
-
server
String server
-
sslConfiguration
edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration
-
-
-
Class org.oa4mp.delegation.server.server.config.LDAPConfigurationUtil.AttributeEntry extends Object implements Serializable
-
Class org.oa4mp.delegation.server.server.config.SSLConfigurationUtil2 extends edu.uiuc.ncsa.security.util.ssl.SSLConfigurationUtil implements Serializable
-
-
Package org.oa4mp.delegation.server.server.scripts.functor
-
Class org.oa4mp.delegation.server.server.scripts.functor.FunctorState extends Object implements Serializable
-
-
Package org.oa4mp.delegation.server.storage
-
Class org.oa4mp.delegation.server.storage.ClientApproval extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
- serialVersionUID:
- 1714880068599897702L
-
Serialized Fields
-
approvalTimestamp
Date approvalTimestamp
-
approved
boolean approved
-
approver
String approver
-
status
ClientApproval.Status status
-
-
-
Package org.oa4mp.delegation.server.storage.impl
-
Class org.oa4mp.delegation.server.storage.impl.ClientMemoryStore extends edu.uiuc.ncsa.security.storage.monitored.MonitoredMemoryStore<V extends Client> implements Serializable
-
-
Package org.oa4mp.delegation.server.storage.support
-
Class org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys extends BasicTransactionKeys implements Serializable
-
-
Package org.oa4mp.server.admin.myproxy.oauth2.base
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.BaseClientStoreCommands extends StoreCommands2 implements Serializable
-
Serialized Fields
-
clientApprovalStore
ClientApprovalStore clientApprovalStore
-
clientApprovalStoreCommands
ClientApprovalStoreCommands clientApprovalStoreCommands
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.BaseCommands extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.ClientApprovalStoreCommands extends StoreCommands2 implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.ClientStoreCommands extends BaseClientStoreCommands implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.CommandLineClient extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.CopyCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands implements Serializable
-
Serialized Fields
-
configFile
String configFile
-
copyTool
CopyTool copyTool
-
verifier
CopyToolVerifier verifier
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.base.StoreCommands2 extends edu.uiuc.ncsa.security.storage.cli.StoreCommands implements Serializable
-
-
Package org.oa4mp.server.admin.myproxy.oauth2.tools
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.JSONStoreCommands extends StoreCommands2 implements Serializable
-
Serialized Fields
-
ingester
edu.uiuc.ncsa.security.util.json.Ingester ingester
Deprecated.
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.JWKCLI extends edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl 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.myproxy.oauth2.tools.JWKUtilCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands 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.myproxy.oauth2.tools.OA2AdminClientCommands extends BaseClientStoreCommands implements Serializable
-
Serialized Fields
-
clientStore
ClientStore clientStore
-
permissionsStore
org.oa4mp.server.api.admin.permissions.PermissionsStore permissionsStore
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.OA2CLCCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands 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
org.oa4mp.client.loader.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
org.oa4mp.client.loader.OA2Asset dummyAsset
-
ersatz
boolean ersatz
-
EXCHANGE_PARAMETERS_KEY
String EXCHANGE_PARAMETERS_KEY
-
exchangeParameters
HashMap<String,Object> exchangeParameters
-
exchangeResponse
net.sf.json.JSONObject exchangeResponse
-
grant
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
org.oa4mp.client.loader.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.myproxy.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
UUCConfiguration uucConfiguration
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.OA2CommandLineClient extends CommandLineClient 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.myproxy.oauth2.tools.OA2Commands extends BaseCommands implements Serializable
-
Serialized Fields
-
helpUtil
edu.uiuc.ncsa.security.util.cli.HelpUtil helpUtil
-
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
-
voCommands
VOCommands voCommands
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.OA2PermissionCommands extends StoreCommands2 implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.QDLCLICommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands implements Serializable
-
Serialized Fields
-
scriptSet
edu.uiuc.ncsa.security.util.scripting.ScriptSet<org.qdl_lang.scripting.QDLScript> scriptSet
Deprecated.
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.TokenStoreCommands extends StoreCommands2 implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.TransactionStoreCommands extends StoreCommands2 implements Serializable
-
Serialized Fields
-
oa2se
org.oa4mp.server.loader.oauth2.OA2SE oa2se
-
txStore
org.oa4mp.server.loader.oauth2.storage.tx.TXStore<? extends org.oa4mp.server.loader.oauth2.storage.tx.TXRecord> txStore
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.VOCommands extends StoreCommands2 implements Serializable
-
-
Package org.oa4mp.server.admin.myproxy.oauth2.tools.migrate
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.migrate.MEProvider extends Object implements Serializable
-
Serialized Fields
-
secureRandom
SecureRandom secureRandom
-
-
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.migrate.MigrateKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.server.admin.myproxy.oauth2.tools.migrate.MigrationEntry extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-