Serialized Form
-
Package org.oa4mp.client.api
-
Class org.oa4mp.client.api.Asset extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-
Serialized Fields
-
ASSET_ID_KEY
String ASSET_ID_KEY
-
CERT_REQUEST_KEY
String CERT_REQUEST_KEY
-
certificates
X509Certificate[] certificates
-
certReq
edu.uiuc.ncsa.security.util.crypto.MyPKCS10CertRequest certReq
-
CREATE_TIME_KEY
String CREATE_TIME_KEY
-
creationTime
Date creationTime
-
PRIVATE_KEY_KEY
String PRIVATE_KEY_KEY
-
privateKey
PrivateKey privateKey
-
redirect
URI redirect
-
REDIRECT_URI_KEY
String REDIRECT_URI_KEY
-
token
edu.uiuc.ncsa.security.core.Identifier token
-
TOKEN_KEY
String TOKEN_KEY
-
username
String username
-
USERNAME_KEY
String USERNAME_KEY
-
X509_CERTS_KEY
String X509_CERTS_KEY
-
-
-
Class org.oa4mp.client.api.ClientEnvironment extends AbstractClientEnvironment implements Serializable
-
Serialized Fields
-
accessTokenUri
URI accessTokenUri
-
assetProvider
AssetProvider assetProvider
-
assetStore
AssetStore assetStore
-
assetStoreProvider
javax.inject.Provider<AssetStore> assetStoreProvider
-
authorizationUri
URI authorizationUri
-
callback
URI callback
-
certLifetime
long certLifetime
-
client
Client client
-
clientId
String clientId
-
cp
javax.inject.Provider<Client> cp
-
delegationService
DelegationService delegationService
-
dsp
javax.inject.Provider<DelegationService> dsp
-
enableAssetCleanup
boolean enableAssetCleanup
-
errorPagePath
String errorPagePath
-
initializeUri
URI initializeUri
-
jwks
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks
-
keypairLifetime
long keypairLifetime
-
kid
String kid
-
maxAssetLifetime
long maxAssetLifetime
-
privateKey
PrivateKey privateKey
-
privKeyString
String privKeyString
-
publicKey
PublicKey publicKey
-
redirectPagePath
String redirectPagePath
-
resourceServerUri
URI resourceServerUri
-
showRedirectPage
boolean showRedirectPage
-
skin
String skin
-
successPagePath
String successPagePath
-
tfp
javax.inject.Provider<TokenForge> tfp
-
tokenForge
TokenForge tokenForge
-
-
-
-
Package org.oa4mp.client.api.loader
-
Class org.oa4mp.client.api.loader.AbstractClientLoader extends DBConfigLoader<T extends ClientEnvironment> implements Serializable
-
Serialized Fields
-
assetStoreProvider
javax.inject.Provider<AssetStore> assetStoreProvider
-
baseURI
String baseURI
-
dsp
javax.inject.Provider<DelegationService> dsp
-
loader
T extends ClientEnvironment loader
-
sslConfiguration
edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration
-
wellKnownClient
edu.uiuc.ncsa.security.servlet.ServiceClient wellKnownClient
-
wellKnownConfiguration
net.sf.json.JSONObject wellKnownConfiguration
-
wellKnownURI
String wellKnownURI
-
-
-
-
Package org.oa4mp.client.api.servlet
-
Class org.oa4mp.client.api.servlet.ClientServlet extends edu.uiuc.ncsa.security.servlet.AbstractServlet implements Serializable
-
-
Package org.oa4mp.client.api.servlet.sample
-
Class org.oa4mp.client.api.servlet.sample.SimpleReadyServlet extends ClientServlet implements Serializable
-
Class org.oa4mp.client.api.servlet.sample.SimpleStartRequest extends ClientServlet implements Serializable
-
-
Package org.oa4mp.client.api.storage
-
Class org.oa4mp.client.api.storage.AssetProvider extends Object implements Serializable
-
Class org.oa4mp.client.api.storage.AssetSerializationKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.client.api.storage.MemoryAssetStore extends edu.uiuc.ncsa.security.storage.MemoryStore<Asset> implements Serializable
-
-
Package org.oa4mp.client.loader
-
Class org.oa4mp.client.loader.NoSuchAssetException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.client.loader.OA2Asset extends Asset implements Serializable
-
Serialized Fields
-
ACCESS_TOKEN_KEY
String ACCESS_TOKEN_KEY
-
accessToken
AccessTokenImpl accessToken
-
ID_TOKEN_KEY
String ID_TOKEN_KEY
-
idToken
IDTokenImpl idToken
-
ISSUED_AT_KEY
String ISSUED_AT_KEY
-
issuedAt
Date issuedAt
-
nonce
String nonce
-
NONCE_KEY
String NONCE_KEY
-
REFRESH_TOKEN_KEY
String REFRESH_TOKEN_KEY
-
refreshToken
RefreshTokenImpl refreshToken
-
state
String state
-
STATE_KEY
String STATE_KEY
-
-
-
Class org.oa4mp.client.loader.OA2AssetProvider extends AssetProvider<V extends OA2Asset> implements Serializable
-
Class org.oa4mp.client.loader.OA2AssetSerializationKeys extends AssetSerializationKeys implements Serializable
-
Class org.oa4mp.client.loader.OA2ClientEnvironment extends ClientEnvironment implements Serializable
-
Serialized Fields
-
additionalParameters
Map<String,List<String>> additionalParameters
-
deviceAuthorizationUri
URI deviceAuthorizationUri
-
issuer
URI issuer
-
metaDebugUtil
edu.uiuc.ncsa.security.core.util.MetaDebugUtil metaDebugUtil
-
oidcEnabled
boolean oidcEnabled
-
scopes
Collection<String> scopes
-
secret
String secret
-
showIDToken
boolean showIDToken
-
useBasicAuth
boolean useBasicAuth
-
wellKnownURI
String wellKnownURI
-
-
-
Class org.oa4mp.client.loader.OA2ClientLoader extends AbstractClientLoader<T extends ClientEnvironment> implements Serializable
-
Serialized Fields
-
additionalParameters
Map<String,List<String>> additionalParameters
-
assetProvider
AssetProvider assetProvider
-
jwks
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks
-
jwkUtil
edu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil
-
oidcEnabled
Boolean oidcEnabled
-
scopes
Collection<String> scopes
-
showIDToken
Boolean showIDToken
-
useBasicAuth
Boolean useBasicAuth
-
-
-
Class org.oa4mp.client.loader.OA2ClientLoaderImpl extends Object implements Serializable
-
Serialized Fields
-
assetConverter
OA2AssetConverter assetConverter
-
assetKeys
OA2AssetSerializationKeys assetKeys
-
assetProvider
AssetProvider assetProvider
-
dsp
javax.inject.Provider<DelegationService> dsp
-
loggerProvider
edu.uiuc.ncsa.security.core.util.LoggerProvider loggerProvider
-
tokenForgeProvider
javax.inject.Provider<TokenForge> tokenForgeProvider
-
wellKnownClient
edu.uiuc.ncsa.security.servlet.ServiceClient wellKnownClient
-
wellKnownConfiguration
net.sf.json.JSONObject wellKnownConfiguration
-
-
-
Class org.oa4mp.client.loader.XMLClientLoader extends Object implements Serializable
-
Serialized Fields
-
oldLoader
OA2ClientLoader oldLoader
-
-
-
-
Package org.oa4mp.client.loader.servlet
-
Class org.oa4mp.client.loader.servlet.OA2ReadyServlet extends ClientServlet implements Serializable
-
Class org.oa4mp.client.loader.servlet.OA2StartRequest extends ClientServlet implements Serializable
-
-
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
-
Serialized Fields
-
creationTS
Date creationTS
-
debugOn
boolean debugOn
-
email
String email
-
jwks
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks
-
jwksURI
URI jwksURI
-
lastModifiedTS
Date lastModifiedTS
-
name
String name
-
secret
String secret
-
serviceClient
boolean serviceClient
-
serviceClientUsers
Collection<String> serviceClientUsers
-
-
-
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
-
-
-
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.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
-
-
-
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
-
-
-
-
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.RefreshTokenImpl extends TokenImpl implements Serializable
-
Class org.oa4mp.delegation.common.token.impl.TokenImpl extends Object 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
-
Serialized Fields
-
accessTokenValid
boolean accessTokenValid
-
authGrantValid
boolean authGrantValid
-
callback
URI callback
-
certReqString
String certReqString
-
client
Client client
-
ID_TOKEN_HINT_KEY
String ID_TOKEN_HINT_KEY
-
lifetime
long lifetime
-
PROMPT_KEY
String PROMPT_KEY
-
state
net.sf.json.JSONObject state
-
STATE_COMMENT_KEY
String STATE_COMMENT_KEY
-
STATE_KEY
String STATE_KEY
-
username
String username
-
-
-
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
-
-
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.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.di
-
Class org.oa4mp.di.DIService extends OA4MPServlet implements Serializable
-
Serialized Fields
-
serializer
DIServiceSerializer serializer
-
-
-
Class org.oa4mp.di.DIServiceException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package org.oa4mp.server.admin.oauth2.base
-
Class org.oa4mp.server.admin.oauth2.base.BaseClientStoreCommands extends OA4MPStoreCommands implements Serializable
-
Serialized Fields
-
clientApprovalStore
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
ClientStore clientStore
-
permissionsStore
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
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
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
PermissionsStore permissionsStore
-
refreshTokensEnabled
boolean refreshTokensEnabled
-
supportedScopes
Collection<String> supportedScopes
-
uucConfiguration
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
-
-
Package org.oa4mp.server.api
-
Class org.oa4mp.server.api.ClientApprovalProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> implements Serializable
-
Class org.oa4mp.server.api.OA4MPServiceTransaction extends ServiceTransaction implements Serializable
- serialVersionUID:
- 54491152594L
-
Serialized Fields
-
consentPageOK
boolean consentPageOK
-
myproxyUsername
String myproxyUsername
-
-
Class org.oa4mp.server.api.ServiceEnvironmentImpl extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment implements Serializable
-
Serialized Fields
-
agip
javax.inject.Provider<AGIssuer> agip
-
agIssuer
AGIssuer agIssuer
-
atip
javax.inject.Provider<ATIssuer> atip
-
atIssuer
ATIssuer atIssuer
-
authorizationServletConfig
AuthorizationServletConfig authorizationServletConfig
-
casp
javax.inject.Provider<ClientApprovalStore> casp
-
clientApprovalStore
ClientApprovalStore<ClientApproval> clientApprovalStore
-
clientApprovalThread
AbstractCLIApprover.ClientApprovalThread clientApprovalThread
-
clientStore
ClientStore clientStore
-
csp
javax.inject.Provider<ClientStore> csp
-
kpq
edu.uiuc.ncsa.security.util.pkcs.KeyPairQueue kpq
-
mailUtil
edu.uiuc.ncsa.security.util.mail.MailUtil mailUtil
-
maxAllowedNewClientRequests
int maxAllowedNewClientRequests
-
messages
Map<String,String> messages
-
messagesProvider
ServiceEnvironmentImpl.MessagesProvider messagesProvider
-
mup
edu.uiuc.ncsa.security.util.mail.MailUtilProvider mup
-
paip
javax.inject.Provider<PAIssuer> paip
-
paIssuer
PAIssuer paIssuer
-
permissionsStore
PermissionsStore permissionsStore
-
psp
javax.inject.Provider<PermissionsStore> psp
-
serviceAddress
URI serviceAddress
-
tfp
javax.inject.Provider<TokenForge> tfp
-
transactionStore
TransactionStore<ServiceTransaction> transactionStore
-
tsp
javax.inject.Provider<TransactionStore> tsp
-
usernameTransformer
edu.uiuc.ncsa.security.servlet.UsernameTransformer usernameTransformer
-
-
-
-
Package org.oa4mp.server.api.admin.adminClient
-
Class org.oa4mp.server.api.admin.adminClient.AdminClient extends BaseClient implements Serializable
-
Serialized Fields
-
allowCustomIDs
boolean allowCustomIDs
-
allowQDL
boolean allowQDL
-
allowQDLCodeBlocks
boolean allowQDLCodeBlocks
-
config
net.sf.json.JSONObject config
-
externalVIName
String externalVIName
-
generateIDs
boolean generateIDs
-
idHead
URI idHead
-
initializeFlows
boolean initializeFlows
-
issuer
String issuer
-
listUserInOtherClients
boolean listUserInOtherClients
-
listUsers
boolean listUsers
-
maxClients
int maxClients
-
notifyOnNewClientCreate
boolean notifyOnNewClientCreate
-
useTimestampInIDs
boolean useTimestampInIDs
-
virtualIssuer
edu.uiuc.ncsa.security.core.Identifier virtualIssuer
-
-
-
Class org.oa4mp.server.api.admin.adminClient.AdminClientKeys extends BaseClientKeys implements Serializable
-
Serialized Fields
-
allowCustomIDs
String allowCustomIDs
-
allowQDL
String allowQDL
-
allowQDLCodeBlocks
String allowQDLCodeBlocks
-
config
String config
-
generateIDs
String generateIDs
-
idStart
String idStart
-
initializeFlows
String initializeFlows
-
issuer
String issuer
-
listUsers
String listUsers
-
listUsersInOtherClients
String listUsersInOtherClients
-
maxClients
String maxClients
-
notifyOnNewClientCreate
String notifyOnNewClientCreate
-
useTimestampsInIDs
String useTimestampsInIDs
-
vo
String vo
-
voURI
String voURI
-
-
-
Class org.oa4mp.server.api.admin.adminClient.AdminClientMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends AdminClient> implements Serializable
-
Serialized Fields
-
acConverter
AdminClientConverter<V extends AdminClient> acConverter
-
acProvider
edu.uiuc.ncsa.security.core.IdentifiableProvider<V extends AdminClient> acProvider
-
-
-
Class org.oa4mp.server.api.admin.adminClient.AdminClientProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends AdminClient> implements Serializable
-
-
Package org.oa4mp.server.api.admin.permissions
-
Class org.oa4mp.server.api.admin.permissions.Permission extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-
Serialized Fields
-
adminID
edu.uiuc.ncsa.security.core.Identifier adminID
-
approve
boolean approve
-
clientID
edu.uiuc.ncsa.security.core.Identifier clientID
-
create
boolean create
-
delete
boolean delete
-
ersatzChain
List<edu.uiuc.ncsa.security.core.Identifier> ersatzChain
-
read
boolean read
-
substitute
boolean substitute
-
write
boolean write
-
-
-
Class org.oa4mp.server.api.admin.permissions.PermissionException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.server.api.admin.permissions.PermissionKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Class org.oa4mp.server.api.admin.permissions.PermissionList extends LinkedList<Permission> implements Serializable
-
Class org.oa4mp.server.api.admin.permissions.PermissionMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends Permission> implements Serializable
-
Serialized Fields
-
adminMap
HashMap<edu.uiuc.ncsa.security.core.Identifier,List<PermissionMemoryStore.IDTriple>> adminMap
The map of all admin ids. The key is an admin id, the values are lists of cilent, permission and admin triples. -
clientMap
HashMap<edu.uiuc.ncsa.security.core.Identifier,List<PermissionMemoryStore.IDTriple>> clientMap
The map of all client ids. The key is a client id, the values are lists of cilent, permission and admin triples.
-
-
-
Class org.oa4mp.server.api.admin.permissions.PermissionProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends Permission> implements Serializable
-
-
Package org.oa4mp.server.api.admin.transactions
-
Class org.oa4mp.server.api.admin.transactions.DSTransactionKeys extends ServiceTransactionKeys implements Serializable
-
Class org.oa4mp.server.api.admin.transactions.DSTransactionProvider extends ServiceTransactionProvider<V extends OA4MPServiceTransaction> implements Serializable
-
-
Package org.oa4mp.server.api.storage.servlet
-
Class org.oa4mp.server.api.storage.servlet.AbstractAccessTokenServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractAuthenticationServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractAuthenticationServlet.UserLoginException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractCertServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractConfigurationLoader extends DBConfigLoader<T extends ServiceEnvironmentImpl> implements Serializable
-
Serialized Fields
-
address
URI address
-
authorizationServletConfig
AuthorizationServletConfig authorizationServletConfig
-
casp
MultiDSClientApprovalStoreProvider casp
-
csp
MultiDSClientStoreProvider csp
-
maxAllowedNewClientRequests
int maxAllowedNewClientRequests
-
messagesProvider
ServiceEnvironmentImpl.MessagesProvider messagesProvider
-
mpp
MultiDSPermissionStoreProvider mpp
-
mup
edu.uiuc.ncsa.security.util.mail.MailUtilProvider mup
-
tsp
javax.inject.Provider<TransactionStore> tsp
-
-
-
Class org.oa4mp.server.api.storage.servlet.AbstractEnvServlet extends edu.uiuc.ncsa.security.servlet.AbstractServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractInitServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AbstractRegistrationServlet extends OA4MPServlet implements Serializable
-
Serialized Fields
-
emailPattern
String emailPattern
-
-
-
Class org.oa4mp.server.api.storage.servlet.AbstractRegistrationServlet.ClientRegistrationRetryException extends edu.uiuc.ncsa.security.core.exceptions.RetryException implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
-
-
Class org.oa4mp.server.api.storage.servlet.AuthorizationControllerServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.AutoRegistrationServlet extends RegistrationServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.DiscoveryServlet extends OA4MPServlet implements Serializable
-
Serialized Fields
-
discoveryPagePath
String discoveryPagePath
-
-
-
Class org.oa4mp.server.api.storage.servlet.EnvServlet extends edu.uiuc.ncsa.security.servlet.AbstractServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.ErrorServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.OA4MPServlet extends EnvServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.RegistrationServlet extends AbstractRegistrationServlet implements Serializable
-
Class org.oa4mp.server.api.storage.servlet.TooManyRequestsException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
-
Package org.oa4mp.server.api.util
-
Class org.oa4mp.server.api.util.ACNewClientEvent extends NewClientEvent implements Serializable
-
Serialized Fields
-
adminClient
AdminClient adminClient
-
-
-
Class org.oa4mp.server.api.util.ClientApprovalMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends ClientApproval> implements Serializable
-
Serialized Fields
-
converter
edu.uiuc.ncsa.security.storage.data.MapConverter converter
-
-
-
Class org.oa4mp.server.api.util.ClientDebugUtil extends edu.uiuc.ncsa.security.core.util.MetaDebugUtil implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
tID
String tID
-
transaction
ServiceTransaction transaction
-
-
-
Class org.oa4mp.server.api.util.ExceptionEvent extends edu.uiuc.ncsa.security.servlet.NotificationEvent implements Serializable
-
Class org.oa4mp.server.api.util.NewAdminClientEvent extends NewClientEvent implements Serializable
-
Class org.oa4mp.server.api.util.NewClientEvent extends edu.uiuc.ncsa.security.servlet.NotificationEvent implements Serializable
-
Serialized Fields
-
client
BaseClient client
-
-
-
-
Package org.oa4mp.server.loader.oauth2
-
Class org.oa4mp.server.loader.oauth2.OA2SE extends ServiceEnvironmentImpl implements Serializable
-
Serialized Fields
-
accessTokenLifetime
long accessTokenLifetime
-
acs
javax.inject.Provider<AdminClientStore> acs
-
adminClientStore
AdminClientStore adminClientStore
-
allowPromptNone
boolean allowPromptNone
-
authorizationGrantLifetime
long authorizationGrantLifetime
-
ccfEnabled
boolean ccfEnabled
-
claimSource
ClaimSource claimSource
-
cleanupAlarms
Collection<LocalTime> cleanupAlarms
-
cleanupFailOnErrors
boolean cleanupFailOnErrors
-
cleanupInterval
long cleanupInterval
-
cleanupLockingEnabled
boolean cleanupLockingEnabled
-
clientSecretLength
int clientSecretLength
-
cmConfigs
CMConfigs cmConfigs
-
debugger
edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger
-
demoModeEnabled
boolean demoModeEnabled
-
DIServiceConfig
DIServiceConfig DIServiceConfig
-
idTokenLifetime
long idTokenLifetime
-
issuer
String issuer
-
jsonStore
edu.uiuc.ncsa.security.util.json.JSONStore<? extends edu.uiuc.ncsa.security.util.json.JSONEntry> jsonStore
-
jsonStoreProvider
javax.inject.Provider<edu.uiuc.ncsa.security.util.json.JSONStore> jsonStoreProvider
-
jsonWebKeys
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jsonWebKeys
-
ldapConfiguration2
LDAPConfiguration ldapConfiguration2
-
maxATLifetime
long maxATLifetime
-
maxAuthorizationGrantLifetime
long maxAuthorizationGrantLifetime
-
maxClientRefreshTokenLifetime
long maxClientRefreshTokenLifetime
-
maxIdTokenLifetime
long maxIdTokenLifetime
-
maxRTLifetime
long maxRTLifetime
-
monitorAlarms
Collection<LocalTime> monitorAlarms
-
monitorEnabled
boolean monitorEnabled
-
monitorInterval
long monitorInterval
-
notifyACEventEmailAddresses
String notifyACEventEmailAddresses
-
oidcEnabled
boolean oidcEnabled
-
printTSInDebug
boolean printTSInDebug
-
qdlEnvironment
OA2QDLEnvironment qdlEnvironment
-
qdlStrictACLs
boolean qdlStrictACLs
-
refreshTokenEnabled
boolean refreshTokenEnabled
-
refreshTokenLifetime
long refreshTokenLifetime
-
rfc7636Required
boolean rfc7636Required
-
rfc8628Enabled
boolean rfc8628Enabled
-
rfc8628ServletConfig
RFC8628ServletConfig rfc8628ServletConfig
-
rfc8693Enabled
boolean rfc8693Enabled
-
rtGracePeriod
long rtGracePeriod
-
safeGC
boolean safeGC
-
scopes
Collection<String> scopes
-
storeList
List<edu.uiuc.ncsa.security.core.Store> storeList
-
twoFactorSupportEnabled
boolean twoFactorSupportEnabled
-
txStore
TXStore txStore
-
useProxyForCerts
boolean useProxyForCerts
-
utilServletEnabled
boolean utilServletEnabled
-
VIStore
VIStore VIStore
-
-
-
-
Package org.oa4mp.server.loader.oauth2.claims
-
Class org.oa4mp.server.loader.oauth2.claims.AbstractAccessTokenHandler extends AbstractPayloadHandler implements Serializable
-
Serialized Fields
-
userMetaData
net.sf.json.JSONObject userMetaData
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.AbstractPayloadConfig extends Object implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.AbstractPayloadHandler extends Object implements Serializable
-
Serialized Fields
-
client
OA2Client client
-
extendedAttributes
net.sf.json.JSONObject extendedAttributes
-
oa2se
OA2SE oa2se
-
payload
net.sf.json.JSONObject payload
-
phCfg
PayloadHandlerConfigImpl phCfg
-
request
javax.servlet.http.HttpServletRequest request
-
responseCode
int responseCode
-
transaction
OA2ServiceTransaction transaction
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.BasicClaimsSourceImpl extends Object implements Serializable
- serialVersionUID:
- -6997152589138221711L
-
Serialized Fields
-
configuration
ClaimSourceConfiguration configuration
-
groupHandler
GroupHandler groupHandler
-
scopes
Collection<String> scopes
-
-
Class org.oa4mp.server.loader.oauth2.claims.CodeClaimSource extends BasicClaimsSourceImpl implements Serializable
-
Serialized Fields
-
className
String className
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.FSClaimSource extends BasicClaimsSourceImpl implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.FSClaimSourceConfiguration extends ClaimSourceConfiguration implements Serializable
-
Serialized Fields
-
json
net.sf.json.JSONObject json
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.Groups extends HashMap<String,GroupElement> implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.HTTPHeaderClaimsSource extends BasicClaimsSourceImpl implements Serializable
-
Serialized Fields
-
caput
String caput
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.IDTokenClientConfig extends AbstractPayloadConfig implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.IDTokenHandler extends AbstractPayloadHandler implements Serializable
-
Serialized Fields
-
IDP_DEBUG_ON
boolean IDP_DEBUG_ON
-
issuer
String issuer
-
scopes
Collection<String> scopes
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.LDAPClaimsSource extends BasicClaimsSourceImpl implements Serializable
- serialVersionUID:
- 7590118446767325062L
-
Serialized Fields
-
currentServerAddress
String currentServerAddress
This is needed later when checking which address was successful. -
debug
boolean debug
-
loggingEnabled
boolean loggingEnabled
-
-
Class org.oa4mp.server.loader.oauth2.claims.LDAPException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.NCSALDAPClaimSource extends LDAPClaimsSource implements Serializable
-
Serialized Fields
-
rawDefaultConfig
String rawDefaultConfig
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.QDLHeadersClaimsSource extends BasicClaimsSourceImpl implements Serializable
-
Class org.oa4mp.server.loader.oauth2.claims.ServerQDLScriptHandler extends Object implements Serializable
-
Serialized Fields
-
cfg
ServerQDLScriptHandlerConfig cfg
-
responseCode
int responseCode
-
sources
List<ClaimSource> sources
-
-
-
Class org.oa4mp.server.loader.oauth2.claims.TestClaimSource extends BasicClaimsSourceImpl implements Serializable
-
-
Package org.oa4mp.server.loader.oauth2.cm
-
Class org.oa4mp.server.loader.oauth2.cm.CMConfigs extends HashMap<String,CMConfig> implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
-
-
-
Package org.oa4mp.server.loader.oauth2.cm.oidc_cm
-
Class org.oa4mp.server.loader.oauth2.cm.oidc_cm.OIDCCMServlet extends EnvServlet implements Serializable
-
Serialized Fields
-
anonMessageTemplate
String anonMessageTemplate
-
anonSubjectTemplate
String anonSubjectTemplate
-
jwkUtil
edu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil
-
messageTemplate
String messageTemplate
-
permissionServer
PermissionServer permissionServer
-
random
SecureRandom random
-
secureRandom
SecureRandom secureRandom
-
subjectTemplate
String subjectTemplate
-
-
-
-
Package org.oa4mp.server.loader.oauth2.loader
-
Class org.oa4mp.server.loader.oauth2.loader.OA2ConfigurationLoader extends AbstractConfigurationLoader<T extends ServiceEnvironmentImpl> implements Serializable
-
Serialized Fields
-
agip
javax.inject.Provider<AGIssuer> agip
-
agLifetime
long agLifetime
-
allowPromptNone
Boolean allowPromptNone
-
atLifetime
long atLifetime
-
ccfEnabled
Boolean ccfEnabled
-
claimSource
ClaimSource claimSource
-
cleanupAlarms
Collection<LocalTime> cleanupAlarms
-
cleanupFailOnErrors
Boolean cleanupFailOnErrors
-
cleanupInterval
long cleanupInterval
-
cleanupLockingEnabled
Boolean cleanupLockingEnabled
-
clientSecretLength
int clientSecretLength
-
cmConfigs
CMConfigs cmConfigs
-
constants
HashMap<String,String> constants
-
demoModeEnabled
Boolean demoModeEnabled
-
DIServiceConfig
DIServiceConfig DIServiceConfig
-
idTokenLifetime
long idTokenLifetime
-
issuer
String issuer
-
ldapConfiguration
LDAPConfiguration ldapConfiguration
-
macp
MultiDSAdminClientStoreProvider macp
-
maxAGLifetime
long maxAGLifetime
-
maxATLifetime
long maxATLifetime
-
maxClientRefreshTokenLifetime
long maxClientRefreshTokenLifetime
-
maxIDTokenLifetime
long maxIDTokenLifetime
-
maxRTLifetime
long maxRTLifetime
-
monitorAlarms
Collection<LocalTime> monitorAlarms
-
monitorEnabled
Boolean monitorEnabled
-
monitorInterval
long monitorInterval
-
notifyACEventEmailAddresses
String notifyACEventEmailAddresses
-
oidcEnabled
Boolean oidcEnabled
-
printTSInDebug
Boolean printTSInDebug
-
qdlConfigurationName
String qdlConfigurationName
-
qdlStrictACLS
boolean qdlStrictACLS
-
refreshTokenEnabled
Boolean refreshTokenEnabled
-
rfc7636Required
Boolean rfc7636Required
-
rfc8628Enabled
Boolean rfc8628Enabled
-
rfc8628ServletConfig
RFC8628ServletConfig rfc8628ServletConfig
-
rfc8693Enabled
Boolean rfc8693Enabled
-
rtGracePeriod
long rtGracePeriod
-
rtLifetime
long rtLifetime
-
safeGC
Boolean safeGC
-
scopes
Collection<String> scopes
-
twoFactorSupportEnabled
Boolean twoFactorSupportEnabled
-
txStoreProvider
javax.inject.Provider<TXStore> txStoreProvider
-
utilServerEnabled
Boolean utilServerEnabled
-
uucConfiguration
UUCConfiguration uucConfiguration
-
voStoreProvider
javax.inject.Provider<VIStore> voStoreProvider
-
-
-
Class org.oa4mp.server.loader.oauth2.loader.OA2ConfigurationLoader.OA4MP2TProvider extends DSTransactionProvider<OA2ServiceTransaction> implements Serializable
-
Class org.oa4mp.server.loader.oauth2.loader.OA2ConfigurationLoader.ST2Provider extends DSTransactionProvider<OA2ServiceTransaction> implements Serializable
-
-
Package org.oa4mp.server.loader.oauth2.servlet
-
Class org.oa4mp.server.loader.oauth2.servlet.AbstractAccessTokenServlet2 extends MultiAuthServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.BearerTokenServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.DIServiceConfig.UnknownDISericeUserException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.GroupHandler extends Object implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.MultiAuthServlet extends OA4MPServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.NCSAGroupHandler extends GroupHandler implements Serializable
-
Serialized Fields
-
claimsSource
LDAPClaimsSource claimsSource
-
ctx
LdapContext ctx
-
userName
String userName
-
-
-
Class org.oa4mp.server.loader.oauth2.servlet.OA2AdminRegistrationServlet extends AbstractRegistrationServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.OA2AuthorizedServlet extends AbstractInitServlet implements Serializable
-
Serialized Fields
-
initUtil
OA2AuthorizedServletUtil initUtil
-
-
-
Class org.oa4mp.server.loader.oauth2.servlet.OA2AutoRegistrationServlet extends OA2RegistrationServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.OA2DiscoveryServlet extends DiscoveryServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.OA2RegistrationServlet extends AbstractRegistrationServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.RFC7009 extends TokenManagerServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.RFC7662 extends TokenManagerServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.TokenManagerServlet extends BearerTokenServlet implements Serializable
-
Class org.oa4mp.server.loader.oauth2.servlet.UserInfoServlet extends BearerTokenServlet implements Serializable
-
-
Package org.oa4mp.server.loader.oauth2.storage.clients
-
Class org.oa4mp.server.loader.oauth2.storage.clients.OA2Client extends Client implements Serializable
-
Serialized Fields
-
ACCESS_TOKENS_KEY
String ACCESS_TOKENS_KEY
-
allowPromptNone
boolean allowPromptNone
-
atLifetime
long atLifetime
-
audience
Collection<String> audience
-
callbackURIs
Collection<String> callbackURIs
-
comment
String comment
-
config
String config
-
dfInterval
long dfInterval
-
dfLifetime
long dfLifetime
-
ersatzClient
boolean ersatzClient
-
ersatzInheritIDToken
boolean ersatzInheritIDToken
-
extended_attributes
net.sf.json.JSONObject extended_attributes
-
extendedAttributesEnabledKey
String extendedAttributesEnabledKey
-
extendsProvisioners
boolean extendsProvisioners
-
forwardScopesToProxy
boolean forwardScopesToProxy
-
ID_TOKENS_KEY
String ID_TOKENS_KEY
-
idTokenLifetime
long idTokenLifetime
-
issuer
String issuer
-
jsonConfig
net.sf.json.JSONObject jsonConfig
-
ldaps
Collection<LDAPConfiguration> ldaps
-
maxATLifetime
long maxATLifetime
-
maxIDTLifetime
long maxIDTLifetime
-
maxRTLifetime
long maxRTLifetime
-
oa4mp_attributes
String oa4mp_attributes
-
oidc_cm_attributes
String oidc_cm_attributes
-
prototypes
List<edu.uiuc.ncsa.security.core.Identifier> prototypes
-
proxyClaimsList
Collection<String> proxyClaimsList
-
proxyRequestScopes
Collection<String> proxyRequestScopes
-
publicClient
boolean publicClient
-
REFRESH_TOKENS_KEY
String REFRESH_TOKENS_KEY
-
resource
List<URI> resource
-
rtGracePeriod
long rtGracePeriod
-
rtLifetime
long rtLifetime
-
signTokens
boolean signTokens
-
skipServerScripts
boolean skipServerScripts
-
strictScopes
boolean strictScopes
-
TOKENS_KEY
String TOKENS_KEY
-
xoauth_attributes
String xoauth_attributes
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientApprovalKeys extends ClientApprovalKeys implements Serializable
-
Class org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientKeys extends ClientKeys implements Serializable
-
Serialized Fields
-
allowPromptNone
String allowPromptNone
-
atLifetime
String atLifetime
-
audience
String audience
-
callback_uri
String callback_uri
-
config
String config
-
dfInterval
String dfInterval
-
dfLifetime
String dfLifetime
-
ersatzClient
String ersatzClient
-
ersatzInheritIDToken
String ersatzInheritIDToken
-
extended_attributes
String extended_attributes
-
extendsProvisioners
String extendsProvisioners
-
forwardScopesToProxy
String forwardScopesToProxy
-
idTokenLifetime
String idTokenLifetime
-
issuer
String issuer
-
ldap
String ldap
-
maxATLifetime
String maxATLifetime
-
maxIDTLifetime
String maxIDTLifetime
-
maxRTLifetime
String maxRTLifetime
-
prototypes
String prototypes
-
proxyClaimsList
String proxyClaimsList
-
proxyRequestScopes
String proxyRequestScopes
-
publicClient
String publicClient
-
resource
String resource
-
rtGracePeriod
String rtGracePeriod
-
rtLifetime
String rtLifetime
-
scopes
String scopes
-
signTokens
String signTokens
-
skipServerScripts
String skipServerScripts
-
strictScopes
String strictScopes
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientMemoryStore extends ClientMemoryStore<V extends OA2Client> implements Serializable
-
Class org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientProvider extends ClientProvider<V extends OA2Client> implements Serializable
-
-
Package org.oa4mp.server.loader.oauth2.storage.transactions
-
Class org.oa4mp.server.loader.oauth2.storage.transactions.OA2MTStore extends TransactionMemoryStore<V extends OA2ServiceTransaction> implements Serializable
-
Serialized Fields
-
rtIndex
TransactionMemoryStore.TokenIndex rtIndex
-
userIndex
TransactionMemoryStore.TokenIndex userIndex
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction extends OA4MPServiceTransaction implements Serializable
-
Serialized Fields
-
access_token_lifetime
long access_token_lifetime
-
AT_DATA_KEY
String AT_DATA_KEY
-
atJWT
String atJWT
-
AUDIENCE_KEY
String AUDIENCE_KEY
-
authTime
Date authTime
-
CLAIMS_KEY
String CLAIMS_KEY
-
CLAIMS_SOURCES_STATE_KEY
String CLAIMS_SOURCES_STATE_KEY
-
CLAIMS_SOURCES_STATE_KEY2
String CLAIMS_SOURCES_STATE_KEY2
-
configtoCS
ConfigtoCS configtoCS
-
CREATED_CALLBACK_KEY
String CREATED_CALLBACK_KEY
-
FLOW_STATE_KEY
String FLOW_STATE_KEY
-
grantLifetime
long grantLifetime
-
idTokenIdentifier
String idTokenIdentifier
-
idTokenLifetime
long idTokenLifetime
-
isRFC8628
boolean isRFC8628
-
LOCAL_CONSENT_URI
String LOCAL_CONSENT_URI
-
MAX_AT_LIFETIME_KEY
String MAX_AT_LIFETIME_KEY
-
MAX_IDT_LIFETIME_KEY
String MAX_IDT_LIFETIME_KEY
-
MAX_RT_LIFETIME_KEY
String MAX_RT_LIFETIME_KEY
-
nonce
String nonce
-
PROVISIONING_ADMIN_ID
String PROVISIONING_ADMIN_ID
-
PROVISIONING_CLIENT_ID
String PROVISIONING_CLIENT_ID
-
PROXY_ACCESS_TOKEN_COMPLETE
String PROXY_ACCESS_TOKEN_COMPLETE
-
proxyId
String proxyId
-
QUERIED_ACCESS_TOKEN_SCOPES_KEY
String QUERIED_ACCESS_TOKEN_SCOPES_KEY
-
refreshToken
RefreshToken refreshToken
-
refreshTokenExpiresAt
long refreshTokenExpiresAt
-
refreshTokenLifetime
long refreshTokenLifetime
-
refreshTokenValid
boolean refreshTokenValid
-
REQUESTED_AT_LIFETIME_KEY
String REQUESTED_AT_LIFETIME_KEY
-
REQUESTED_IDT_LIFETIME_KEY
String REQUESTED_IDT_LIFETIME_KEY
-
REQUESTED_RT_LIFETIME_KEY
String REQUESTED_RT_LIFETIME_KEY
-
requestState
String requestState
-
RESOURCE_KEY
String RESOURCE_KEY
-
RESPONSE_MODE_KEY
String RESPONSE_MODE_KEY
-
RETURNED_ACCESS_TOKEN_JWT_KEY
String RETURNED_ACCESS_TOKEN_JWT_KEY
-
RETURNED_REFRESH_TOKEN_JWT_KEY
String RETURNED_REFRESH_TOKEN_JWT_KEY
-
RT_DATA_KEY
String RT_DATA_KEY
-
rtJWT
String rtJWT
-
scopes
Collection<String> scopes
-
SCRIPT_STATE_KEY
String SCRIPT_STATE_KEY
-
SCRIPT_STATE_SERIALZATION_VERSION_KEY
String SCRIPT_STATE_SERIALZATION_VERSION_KEY
-
USE_TEMPLATES_KEY
String USE_TEMPLATES_KEY
-
userCode
String userCode
-
validatedScopes
Collection<String> validatedScopes
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys extends DSTransactionKeys implements Serializable
-
Serialized Fields
-
atJWT
String atJWT
-
authTime
String authTime
-
authzGrantLifetime
String authzGrantLifetime
-
consentPageOK
String consentPageOK
-
expiresIn
String expiresIn
-
idTokenIdentifier
String idTokenIdentifier
-
idTokenLifetime
String idTokenLifetime
-
isRFC8628
String isRFC8628
-
proxyID
String proxyID
-
refreshToken
String refreshToken
-
refreshTokenExpiresAt
String refreshTokenExpiresAt
-
refreshTokenLifetime
String refreshTokenLifetime
-
refreshTokenValid
String refreshTokenValid
-
reqState
String reqState
-
rtJWT
String rtJWT
-
scopes
String scopes
-
states
String states
-
userCode
String userCode
-
validatedScopes
String validatedScopes
-
-
-
-
Package org.oa4mp.server.loader.oauth2.storage.tx
-
Class org.oa4mp.server.loader.oauth2.storage.tx.TXMemoryStore extends edu.uiuc.ncsa.security.storage.MemoryStore<V extends TXRecord> implements Serializable
-
Serialized Fields
-
converter
TXRecordConverter<V extends TXRecord> converter
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.tx.TXRecord extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl implements Serializable
-
Serialized Fields
-
audience
List<String> audience
-
createdAt
Date createdAt
-
ersatzClient
OA2Client ersatzClient
-
expiresAt
long expiresAt
-
issuedAt
long issuedAt
-
issuer
String issuer
-
lifetime
long lifetime
-
parentID
edu.uiuc.ncsa.security.core.Identifier parentID
-
previousTXR
TXRecord previousTXR
-
resource
List<URI> resource
-
scopes
List<String> scopes
-
storedToken
String storedToken
-
token
net.sf.json.JSONObject token
-
tokenType
String tokenType
-
valid
boolean valid
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.tx.TXRecordProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends TXRecord> implements Serializable
-
Serialized Fields
-
tokenForge
OA2TokenForge tokenForge
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.tx.TXRecordSerializationKeys extends edu.uiuc.ncsa.security.storage.data.SerializationKeys implements Serializable
-
Serialized Fields
-
audience
String audience
-
ersatzID
String ersatzID
-
expiresAt
String expiresAt
-
issuedAt
String issuedAt
-
issuer
String issuer
-
isValid
String isValid
-
lifetime
String lifetime
-
parentID
String parentID
-
resource
String resource
-
scopes
String scopes
-
storedToken
String storedToken
-
token
String token
-
tokenType
String tokenType
-
-
-
-
Package org.oa4mp.server.loader.oauth2.storage.vi
-
Class org.oa4mp.server.loader.oauth2.storage.vi.VIMemoryStore extends edu.uiuc.ncsa.security.storage.monitored.MonitoredMemoryStore<V extends VirtualIssuer> implements Serializable
-
Serialized Fields
-
converter
VIConverter<V extends VirtualIssuer> converter
-
pathIndex
Map<String,V extends VirtualIssuer> pathIndex
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.vi.VIProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V extends VirtualIssuer> implements Serializable
-
Serialized Fields
-
tokenForge
OA2TokenForge tokenForge
-
-
-
Class org.oa4mp.server.loader.oauth2.storage.vi.VirtualIssuer extends edu.uiuc.ncsa.security.storage.monitored.Monitored implements Serializable
-
Class org.oa4mp.server.loader.oauth2.storage.vi.VISerializationKeys extends edu.uiuc.ncsa.security.storage.monitored.MonitoredKeys implements Serializable
-
-
Package org.oa4mp.server.loader.oauth2.tokens
-
Class org.oa4mp.server.loader.oauth2.tokens.AbstractCommonATandRTConfig extends AbstractPayloadConfig implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.AccessTokenConfig extends AbstractCommonATandRTConfig implements Serializable
-
Serialized Fields
-
templates
AuthorizationTemplates templates
-
-
-
Class org.oa4mp.server.loader.oauth2.tokens.AuthorizationTemplates extends HashMap<String,AuthorizationTemplate> implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.BasicRefreshTokenHandler extends AbstractPayloadHandler implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.DefaultAccessTokenHandler extends AbstractAccessTokenHandler implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.RefreshTokenConfig extends AbstractCommonATandRTConfig implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.RFC9068ATHandler extends AbstractAccessTokenHandler implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.SciTokenConfig extends AccessTokenConfig implements Serializable
-
Serialized Fields
-
usernameClaimKey
String usernameClaimKey
-
-
-
Class org.oa4mp.server.loader.oauth2.tokens.ScitokenHandler extends AbstractAccessTokenHandler implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.WLCGConfig extends AccessTokenConfig implements Serializable
-
Class org.oa4mp.server.loader.oauth2.tokens.WLCGTokenHandler extends AbstractAccessTokenHandler implements Serializable
-
-
Package org.oa4mp.server.loader.qdl
-
Class org.oa4mp.server.loader.qdl.OA2QDLLoader extends Object implements Serializable
-
-
Package org.oa4mp.server.loader.qdl.acl
-
Class org.oa4mp.server.loader.qdl.acl.AccessControlModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.ACLoader extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.ACLReject extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.ACLReject2 extends QDLACL.ACLReject implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.AddToACL extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.AddToACL2 extends QDLACL.AddToACL implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.CheckACL extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.acl.QDLACL.CheckACL2 extends QDLACL.CheckACL implements Serializable
-
-
Package org.oa4mp.server.loader.qdl.claims
-
Class org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer extends Object implements Serializable
-
Serialized Fields
-
atHandler
AbstractAccessTokenHandler atHandler
-
-
-
Class org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer.atFinish extends AccessTokenInitializer.ATMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer.atInit extends AccessTokenInitializer.ATMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer.ATMethod extends TokenHandlerMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.AccessTokenInitializer.atRefresh extends AccessTokenInitializer.ATMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ClaimsLoader extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ClaimsModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ClaimsSourceGetter extends Object implements Serializable
-
Serialized Fields
-
configtoCS
ConfigtoCS configtoCS
-
-
-
Class org.oa4mp.server.loader.qdl.claims.CreateSourceConfig extends Object implements Serializable
-
Serialized Fields
-
rawLDAP
String rawLDAP
-
-
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer extends Object implements Serializable
-
Serialized Fields
-
idTokenHandler
IDTokenHandler idTokenHandler
-
isInit
boolean isInit
-
-
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.idCheckClaims extends IDTokenInitializer.IDMethods implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.idFinish extends IDTokenInitializer.IDMethods implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.idInit extends IDTokenInitializer.IDMethods implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.IDMethods extends TokenHandlerMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IDTokenInitializer.idRefresh extends IDTokenInitializer.IDMethods implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IsInGroup extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.IsInGroup2 extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.NewTemplate extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.OA2Module extends ClaimsModule implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.IDMethods extends TokenHandlerMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.rtFinish extends RefreshTokenInitializer.RTMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.rtInit extends RefreshTokenInitializer.RTMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.RTMethod extends TokenHandlerMethod implements Serializable
-
Serialized Fields
-
rtHandler
BasicRefreshTokenHandler rtHandler
-
-
-
Class org.oa4mp.server.loader.qdl.claims.RefreshTokenInitializer.rtRefresh extends RefreshTokenInitializer.RTMethod implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil.Downscope extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil.QueryScopes extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil.ResolveTemplates extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil.ToScopeString extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.TemplateSubsitutionQDLUtil extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.TokenHandlerLoader extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.claims.TokenHandlerMethod extends Object implements Serializable
-
Serialized Fields
-
isInit
boolean isInit
-
oa2State
OA2State oa2State
-
payloadHandlerConfig
PayloadHandlerConfigImpl payloadHandlerConfig
-
-
-
Class org.oa4mp.server.loader.qdl.claims.TokenHandlerModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
-
Package org.oa4mp.server.loader.qdl.scripting
-
Class org.oa4mp.server.loader.qdl.scripting.OA2QDLConfigurationLoader extends org.qdl_lang.config.QDLConfigurationLoader<T extends OA2QDLEnvironment> implements Serializable
-
Serialized Fields
-
skipBadModulesOnLoad
Boolean skipBadModulesOnLoad
-
-
-
Class org.oa4mp.server.loader.qdl.scripting.OA2QDLEnvironment extends org.qdl_lang.config.QDLEnvironment implements Serializable
-
Serialized Fields
-
serverScripts
edu.uiuc.ncsa.security.util.scripting.ScriptSet serverScripts
-
skipBadModulesOnLoad
boolean skipBadModulesOnLoad
-
-
-
Class org.oa4mp.server.loader.qdl.scripting.OA2State extends org.qdl_lang.state.State implements Serializable
-
Serialized Fields
-
jsonWebKeys
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jsonWebKeys
-
strictACLs
boolean strictACLs
-
-
-
-
Package org.oa4mp.server.loader.qdl.util
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.Create_UUID extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.CreateJWK extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.CreateJWT extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.DefaultKey extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.GetHeader extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.GetPayload extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.KeyInfo extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.Keys extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.LoadJWK extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.SaveKeys extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.SymmKeys extends Object implements Serializable
-
Serialized Fields
-
defaultLength
int defaultLength
-
-
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.TestAudience extends Object implements Serializable
-
Serialized Fields
-
QDLStem
org.qdl_lang.variables.QDLStem QDLStem
-
-
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.TestClaims extends Object implements Serializable
-
Serialized Fields
-
QDLStem
org.qdl_lang.variables.QDLStem QDLStem
-
rawJSON
String rawJSON
-
-
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.TestScopes extends Object implements Serializable
-
Serialized Fields
-
QDLStem
org.qdl_lang.variables.QDLStem QDLStem
-
-
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.TestXAs extends Object implements Serializable
-
Serialized Fields
-
QDLStem
org.qdl_lang.variables.QDLStem QDLStem
-
-
-
Class org.oa4mp.server.loader.qdl.util.JWTCommands.VerifyJWT extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTLoader extends Object implements Serializable
-
Class org.oa4mp.server.loader.qdl.util.JWTModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Serialized Fields
-
descr
List<String> descr
-
jwkUtil2
edu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil2
-
jwtCommands
JWTCommands jwtCommands
-
-
-
Class org.oa4mp.server.loader.qdl.util.SigningCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands2 implements Serializable
-
-
Package org.oa4mp.server.proxy
-
Class org.oa4mp.server.proxy.OA2ATServlet extends AbstractAccessTokenServlet2 implements Serializable
-
Class org.oa4mp.server.proxy.OA2AuthenticationServer extends AbstractAuthenticationServlet implements Serializable
-
Class org.oa4mp.server.proxy.OA2AuthorizationServer extends OA2AuthenticationServer implements Serializable
-
Class org.oa4mp.server.proxy.ProxyCallbackServlet extends OA2AuthenticationServer implements Serializable
-
Class org.oa4mp.server.proxy.RFC8628AuthenticationServer extends EnvServlet implements Serializable
-
Serialized Fields
-
DEBUG_LOGIN
boolean DEBUG_LOGIN
-
DEFAULT_RETRY_COUNT
int DEFAULT_RETRY_COUNT
-
pending
Map<String,RFC8628AuthenticationServer.PendingState> pending
-
-
-
Class org.oa4mp.server.proxy.RFC8628AuthenticationServer.TooManyRetriesException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
userCode
String userCode
-
-
-
Class org.oa4mp.server.proxy.RFC8628AuthenticationServer.UnknownUserCodeException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Serialized Fields
-
userCode
String userCode
-
-
-
Class org.oa4mp.server.proxy.RFC8628Servlet extends MultiAuthServlet implements Serializable
-
-
Package org.oa4mp.server.proxy.sas
-
Class org.oa4mp.server.proxy.sas.CLISASServlet extends edu.uiuc.ncsa.sas.SASServlet implements Serializable
-
-
Package org.oa4mp.server.qdl
-
Class org.oa4mp.server.qdl.CLC extends Object implements Serializable
-
Serialized Fields
-
ACCESS_NAME
String ACCESS_NAME
-
checkInitMessage
String checkInitMessage
-
CLAIMS_NAME
String CLAIMS_NAME
-
clcCommands
OA2CLCCommands clcCommands
-
CLEAR_NAME
String CLEAR_NAME
-
CLEAR_PARAMS
String CLEAR_PARAMS
-
CURRENT_URI
String CURRENT_URI
-
DEVICE_FLOW_NAME
String DEVICE_FLOW_NAME
-
DUMMY_ARG
String DUMMY_ARG
-
ECHO_HTTP_REQUEST
String ECHO_HTTP_REQUEST
-
ECHO_HTTP_RESPONSE
String ECHO_HTTP_RESPONSE
-
EXCHANGE_NAME
String EXCHANGE_NAME
-
EXCHANGE_RAW_RESPONSE
String EXCHANGE_RAW_RESPONSE
-
GET_CERT_NAME
String GET_CERT_NAME
-
GET_PARAM
String GET_PARAM
-
GRANT_NAME
String GRANT_NAME
-
INIT_NAME
String INIT_NAME
-
initCalled
boolean initCalled
-
INTROSPECT_NAME
String INTROSPECT_NAME
-
LOAD_NAME
String LOAD_NAME
-
READ_NAME
String READ_NAME
-
REFRESH_NAME
String REFRESH_NAME
-
REVOKE_NAME
String REVOKE_NAME
-
SET_PARAM
String SET_PARAM
-
TOKENS_NAME
String TOKENS_NAME
-
URI_NAME
String URI_NAME
-
USER_INFO_NAME
String USER_INFO_NAME
-
WRITE_NAME
String WRITE_NAME
-
-
-
Class org.oa4mp.server.qdl.CLC.Access extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.AccessAT extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.AccessRT extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.ClearParam extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.ClientCredentialsFlow extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.CreateURI extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.DeviceFlow extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.EchoHTTPRequest extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.EchoHttpResponse extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Exchange extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.GetCert extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.GetClaim extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.GetCurrentURI extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.GetParam extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Grant extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.InitMethod extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Introspect extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.JavaTrace extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Read extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Refresh extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Revoke extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.RFC7523 extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.SetParam extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Tokens extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.UserInfo extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.VerboseOn extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLC.Write extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLCLoader extends Object implements Serializable
-
Class org.oa4mp.server.qdl.CLCModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands extends Object implements Serializable
-
Serialized Fields
-
APPROVE_NAME
String APPROVE_NAME
-
checkInitMessage
String checkInitMessage
-
INIT_NAME
String INIT_NAME
-
initCalled
boolean initCalled
-
KEYS_NAME
String KEYS_NAME
-
READ_NAME
String READ_NAME
-
REMOVE_NAME
String REMOVE_NAME
-
SAVE_NAME
String SAVE_NAME
-
SEARCH_NAME
String SEARCH_NAME
-
SIZE_NAME
String SIZE_NAME
-
-
-
Class org.oa4mp.server.qdl.ClientManagementCommands.Approve extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.InitMethod extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.Keys extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.ReadClient extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.Remove extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.SaveClient extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.Search extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementCommands.Size extends Object implements Serializable
-
Class org.oa4mp.server.qdl.ClientManagementModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Class org.oa4mp.server.qdl.CMLoader extends Object implements Serializable
-
Class org.oa4mp.server.qdl.OA4MPQDLWorkspace extends org.qdl_lang.workspace.QDLWorkspace implements Serializable
-
Class org.oa4mp.server.qdl.OA4MPQDLWorkspaceCommands extends org.qdl_lang.workspace.WorkspaceCommands implements Serializable
-
Serialized Fields
-
loaders
List<org.qdl_lang.state.LibLoader> loaders
-
-
-
Class org.oa4mp.server.qdl.QDLToolsLoader extends Object implements Serializable
-
-
Package org.oa4mp.server.qdl.clc
-
Class org.oa4mp.server.qdl.clc.QDLCLC extends OA2CommandLineClient implements Serializable
-
Class org.oa4mp.server.qdl.clc.QDLConfigLoader extends OA2ClientLoaderImpl<T extends OA2ClientEnvironment> implements Serializable
-
Serialized Fields
-
assetStoreProvider
javax.inject.Provider<AssetStore> assetStoreProvider
-
assetURI
URI assetURI
-
authorizeURI
URI authorizeURI
-
callback
URI callback
-
certLifetime
Long certLifetime
-
config
org.qdl_lang.variables.QDLStem config
-
configName
String configName
-
constants
HashMap<String,String> constants
-
debugger
edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger
-
deviceAuthorizationURI
URI deviceAuthorizationURI
-
enableAssetCleanup
Boolean enableAssetCleanup
-
extendedAttributes
Map<String,List<String>> extendedAttributes
-
fullConfig
org.qdl_lang.variables.QDLStem fullConfig
-
identifier
String identifier
-
introspectionURI
URI introspectionURI
-
isOIDC
Boolean isOIDC
-
issuer
URI issuer
-
jsonWebKeys
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jsonWebKeys
-
kid
String kid
-
loggerProvider
edu.uiuc.ncsa.security.core.util.LoggerProvider loggerProvider
-
maxAssetLiftime
Long maxAssetLiftime
-
revocationURI
URI revocationURI
-
scopes
Collection<String> scopes
-
secret
String secret
-
serviceURI
String serviceURI
-
skin
String skin
-
sslConfiguration
edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration
-
tokenURI
URI tokenURI
-
userInfoURI
URI userInfoURI
-
wellKnownURI
String wellKnownURI
-
-
-
Class org.oa4mp.server.qdl.clc.QDLConfigLoader.StupidAssetStoreProvider extends Object implements Serializable
-
Serialized Fields
-
assetStore
AssetStore assetStore
-
-
-
-
Package org.oa4mp.server.qdl.storage
-
Class org.oa4mp.server.qdl.storage.PermissionStoreFacade.ClientCount extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.PermissionStoreFacade.GetAdmins extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.PermissionStoreFacade.GetClients extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.PStoreAccessLoader extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.PStoreAccessModule extends StoreAccessModule implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreAccessLoader extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreAccessModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Serialized Fields
-
descr
List<String> descr
-
storeFacade
StoreFacade storeFacade
-
-
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Count extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Create extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.CreateVersion extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.FromXML extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.InitMethod extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Keys extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.ReadObject extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Remove extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.SaveObject extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Search extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.Shutdown extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.StoreType extends Object implements Serializable
-
Serialized Fields
-
storeTypes
org.qdl_lang.variables.QDLStem storeTypes
-
-
-
Class org.oa4mp.server.qdl.storage.StoreFacade.ToXML extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.UpdateObject extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.VGetVersions extends Object implements Serializable
-
Class org.oa4mp.server.qdl.storage.StoreFacade.VRestore extends Object implements Serializable
-
-
Package org.oa4mp.server.qdl.testUtils
-
Class org.oa4mp.server.qdl.testUtils.TestUtilModule extends org.qdl_lang.extensions.JavaModule implements Serializable
-
Class org.oa4mp.server.qdl.testUtils.TestUtils extends Object implements Serializable
-
Serialized Fields
-
oa2ClientKeys
OA2ClientKeys oa2ClientKeys
-
-
-
Class org.oa4mp.server.qdl.testUtils.TestUtils.ComputeATLifetime extends Object implements Serializable
-
Class org.oa4mp.server.qdl.testUtils.TestUtils.ComputeGracePeriod extends Object implements Serializable
-
Class org.oa4mp.server.qdl.testUtils.TestUtils.ComputeIDTLifetime extends Object implements Serializable
-
Class org.oa4mp.server.qdl.testUtils.TestUtils.ComputeRTLifetime extends Object implements Serializable
-
Class org.oa4mp.server.qdl.testUtils.TestUtils.TimeToLong extends Object implements Serializable
-
Serialized Fields
-
pattern
Pattern pattern
-
-
-
Class org.oa4mp.server.qdl.testUtils.TestUtilsLoader extends Object implements Serializable
-