Uses of Class
org.oa4mp.server.loader.oauth2.OA2SE
-
-
Uses of OA2SE in org.oa4mp.di
Methods in org.oa4mp.di that return OA2SE Modifier and Type Method Description protected OA2SE
DIService. getOA2SE()
Convenience to get the service environment. -
Uses of OA2SE in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.oauth2.base that return OA2SE Modifier and Type Method Description OA2SE
OA4MPStoreCommands. getEnvironment()
-
Uses of OA2SE in org.oa4mp.server.admin.oauth2.tools
Methods in org.oa4mp.server.admin.oauth2.tools with parameters of type OA2SE Modifier and Type Method Description protected SigningCommands
JWKUtilCommands. createSG(OA2SE oa2SE)
Little fudging of Throwable vs Exceptions.Constructors in org.oa4mp.server.admin.oauth2.tools with parameters of type OA2SE Constructor Description TransactionStoreCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, String defaultIndent, OA2SE oa2se)
-
Uses of OA2SE in org.oa4mp.server.admin.oauth2.tools.migrate
Methods in org.oa4mp.server.admin.oauth2.tools.migrate that return OA2SE Modifier and Type Method Description OA2SE
FSMigrationTool. getSourceSE()
OA2SE
FSMigrationTool. getTargetSE()
Methods in org.oa4mp.server.admin.oauth2.tools.migrate with parameters of type OA2SE Modifier and Type Method Description void
FSMigrater. ingest(OA2SE source, boolean noTransactions, int batchSize, boolean pacerOn)
void
FSMigrater. migrate(OA2SE targetSE, int batchSize, boolean runUpkeep, String name, boolean pacerOn)
void
FSMigrater. migrateAll(OA2SE targetSE, boolean noTransactions, int batchSize, boolean runUpkeep, boolean pacerOn)
Main entry point for migration. -
Uses of OA2SE in org.oa4mp.server.loader.oauth2.claims
Fields in org.oa4mp.server.loader.oauth2.claims declared as OA2SE Modifier and Type Field Description protected OA2SE
AbstractPayloadHandler. oa2se
Methods in org.oa4mp.server.loader.oauth2.claims that return OA2SE Modifier and Type Method Description OA2SE
PayloadHandlerConfigImpl. getOa2se()
OA2SE
BasicClaimsSourceImpl. getOa2SE()
Optionally, the service environment may be injected into a scope handler to get configuration of components, e.g.Methods in org.oa4mp.server.loader.oauth2.claims with parameters of type OA2SE Modifier and Type Method Description protected static ClaimSource
ClaimSourceFactoryImpl. processDefaultConfig(ClaimSourceConfigurationUtil claimSourceConfigurationUtil, net.sf.json.JSONObject json, OA2SE oa2SE, OA2ServiceTransaction transaction)
protected static ClaimSource
ClaimSourceFactoryImpl. processLDAPConfig(LDAPConfigurationUtil ldapConfigurationUtil, net.sf.json.JSONObject json, OA2SE oa2SE, OA2ServiceTransaction transaction)
void
PayloadHandlerConfigImpl. setOa2se(OA2SE oa2se)
void
BasicClaimsSourceImpl. setOa2SE(OA2SE oa2SE)
Constructors in org.oa4mp.server.loader.oauth2.claims with parameters of type OA2SE Constructor Description BasicClaimsSourceImpl(OA2SE oa2SE)
BasicClaimsSourceImpl(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
CodeClaimSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
FSClaimSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
LDAPClaimsSource(OA2SE oa2SE)
LDAPClaimsSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
NCSALDAPClaimSource(OA2SE oa2SE)
NCSALDAPClaimSource(org.qdl_lang.variables.QDLStem stem, OA2SE oa2SE)
OA2ClaimsUtil(OA2SE oa2se, OA2ServiceTransaction transaction)
Deprecated.PayloadHandlerConfigImpl(AbstractPayloadConfig abstractClientConfig, OA2SE oa2se, OA2ServiceTransaction transaction, OA2Client cLient, TXRecord txRecord, javax.servlet.http.HttpServletRequest request)
ServerQDLScriptHandlerConfig(OA2SE oa2se, OA2ServiceTransaction transaction, TXRecord txRecord, javax.servlet.http.HttpServletRequest request)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.oidc_cm
Methods in org.oa4mp.server.loader.oauth2.cm.oidc_cm that return OA2SE Modifier and Type Method Description protected OA2SE
OIDCCMServlet. getOA2SE()
Methods in org.oa4mp.server.loader.oauth2.cm.oidc_cm with parameters of type OA2SE Modifier and Type Method Description protected void
OIDCCMServlet. fireMessage(boolean isAnonymous, OA2SE oa2SE, HashMap<String,String> replacements)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.util
Fields in org.oa4mp.server.loader.oauth2.cm.util declared as OA2SE Modifier and Type Field Description protected OA2SE
AbstractDDServer. cose
Constructors in org.oa4mp.server.loader.oauth2.cm.util with parameters of type OA2SE Constructor Description AbstractDDServer(OA2SE cose)
ResponseSerializer(OA2SE cose)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.util.admin
Constructors in org.oa4mp.server.loader.oauth2.cm.util.admin with parameters of type OA2SE Constructor Description AdminClientServer(OA2SE cose)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.util.attributes
Constructors in org.oa4mp.server.loader.oauth2.cm.util.attributes with parameters of type OA2SE Constructor Description AttributeServer(OA2SE cose)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.util.client
Constructors in org.oa4mp.server.loader.oauth2.cm.util.client with parameters of type OA2SE Constructor Description ClientServer(OA2SE cose)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.cm.util.permissions
Constructors in org.oa4mp.server.loader.oauth2.cm.util.permissions with parameters of type OA2SE Constructor Description PermissionServer(OA2SE cose)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader with parameters of type OA2SE Modifier and Type Method Description protected void
OA2ServletInitializer. addMonitoredStores(OA2SE oa2SE, edu.uiuc.ncsa.security.storage.events.LastAccessedEventListener lastAccessedEventListener)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet that return OA2SE Modifier and Type Method Description protected OA2SE
OA2DiscoveryServlet. getOA2SE()
protected OA2SE
OA2RegistrationServlet. getOA2SE()
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type OA2SE Modifier and Type Method Description static long
ClientUtils. computeATLifetime(OA2ServiceTransaction st2, OA2SE oa2SE)
static long
ClientUtils. computeATLifetime(OA2ServiceTransaction st2, OA2Client client, OA2SE oa2SE)
Scorecard:protected static long
ClientUtils. computeATLifetimeNEW(OA2ServiceTransaction st2, OA2SE oa2SE)
For cases where you know that the client is not overridden.static long
ClientUtils. computeIDTLifetime(OA2ServiceTransaction st2, OA2SE oa2SE)
static long
ClientUtils. computeIDTLifetime(OA2ServiceTransaction st2, OA2Client client, OA2SE oa2SE)
static long
ClientUtils. computeRefreshLifetime(OA2ServiceTransaction st2, OA2SE oa2SE)
static long
ClientUtils. computeRefreshLifetime(OA2ServiceTransaction st2, OA2Client client, OA2SE oa2SE)
The lifetime of the refresh token.static long
ClientUtils. computeRefreshLifetimeNEW(OA2ServiceTransaction st2, OA2Client client, OA2SE oa2SE)
static long
ClientUtils. computeRefreshLifetimeOLD(OA2ServiceTransaction st2, OA2SE oa2SE)
static long
ClientUtils. computeRTGracePeriod(OA2Client client, OA2SE oa2SE)
static OA2Client
OA2ClientUtils. createErsatz(edu.uiuc.ncsa.security.core.Identifier provisioningClientID, OA2SE oa2se, OA2Client ersatzClient, List<edu.uiuc.ncsa.security.core.Identifier> ersatzChain)
Create an ersatz client given the information about its provenence.static OA2Client
OA2ClientUtils. createErsatz(OA2SE oa2SE, OA2ServiceTransaction t, OA2Client client)
Used to create the ersatz client when the service transaction has already been setup to have th provisioning admin and client IDs.static BaseClient
OA2HeaderUtils. findRFC7523Client(javax.servlet.http.HttpServletRequest request, OA2SE oa2SE, net.sf.json.JSONObject json)
Finds the client from the §2.1 JSONRFC7523Constants.CLIENT_ASSERTION
-- admin or regular -- and verifies that it is valid, has been approved etc.static BaseClient
OA2HeaderUtils. getAndVerifyRFC7523Client(javax.servlet.http.HttpServletRequest request, OA2SE oa2SE)
Assumption is that the request has the correctRFC7523Constants.CLIENT_ASSERTION_TYPE
ofRFC7523Constants.ASSERTION_JWT_BEARER
, so we are decoding that.static BaseClient
OA2HeaderUtils. getAndVerifyRFC7523Client(javax.servlet.http.HttpServletRequest request, OA2SE oa2SE, boolean isDeviceFlow)
Just carries out verifying RFC 7523 §2.1.static AccessTokenImpl
OA2TokenUtils. getAT(String subjectToken, OA2SE oa2se, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Takes the subjectToken from the raw input (performing a base 32 decoding if needed) and returns the access token.static IDTokenImpl
OA2TokenUtils. getIDToken(String subjectToken, OA2SE oa2SE, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Given the raw token (which is only a JWT), recover the ID token.static edu.uiuc.ncsa.security.util.jwk.JSONWebKeys
OA2TokenUtils. getKeys(OA2SE oa2se, OA2Client client)
Get the right set of keys, either from the service environment or the correct virtual organization.static OA2Client
OA2HeaderUtils. getRFC7523Client(javax.servlet.http.HttpServletRequest request, OA2SE oa2SE)
static RefreshTokenImpl
OA2TokenUtils. getRT(String subjectToken, OA2SE oa2SE, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Takes the subjectToken from the raw input (performing a base 32 decoding if needed) and returns the refresh token.protected static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, URI jti, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Given an access token (and transaction if available), Find the actual transaction.static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, IDTokenImpl idToken, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, RefreshTokenImpl refreshToken, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
static void
OA2ServletUtils. handleScriptEngineException(Object callingObject, OA2SE oa2SE, Throwable t, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger, OA2ServiceTransaction transaction, edu.uiuc.ncsa.security.storage.XMLMap tBackup)
static void
OA2ServletUtils. handleScriptEngineException(Object callingObject, OA2SE oa2SE, Throwable exception, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger, OA2ServiceTransaction transaction, edu.uiuc.ncsa.security.storage.XMLMap tBackup, TXRecord txRecord)
protected static void
OA2ServletUtils. ppξ(Throwable throwable, Object callingObject, OA2SE oa2SE, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger, String message)
Pretty print the exception.static OA2Client
OA2ClientUtils. resolvePrototypes(OA2SE oa2SE, OA2Client baseClient)
protected static void
OA2ServletUtils. rollback(OA2SE oa2SE, edu.uiuc.ncsa.security.storage.XMLMap backup, TXRecord txRecord)
static void
OA2ClientUtils. setupHandlers(HandlerRunner handlerRunner, OA2SE oa2SE, OA2ServiceTransaction transaction, OA2Client client, javax.servlet.http.HttpServletRequest req)
static void
OA2ClientUtils. setupHandlers(HandlerRunner handlerRunner, OA2SE oa2SE, OA2ServiceTransaction transaction, OA2Client client, TXRecord idTX, TXRecord atTX, TXRecord rtTX, javax.servlet.http.HttpServletRequest req)
static void
OA2AuthorizedServletUtil. setupPKCE(String codeChallenge, String codeChallengeMethod, OA2SE oa2se, OA2ServiceTransaction transaction, OA2Client resolvedClient, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
static void
OA2HeaderUtils. verifyRFC7523Client(OA2Client client, javax.servlet.http.HttpServletRequest request, OA2SE oa2SE)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.state
Methods in org.oa4mp.server.loader.oauth2.state with parameters of type OA2SE Modifier and Type Method Description static edu.uiuc.ncsa.security.util.scripting.ScriptRuntimeEngine
ScriptRuntimeEngineFactory. createRTE(OA2SE oa2SE, OA2ServiceTransaction transaction, net.sf.json.JSONObject config)
static edu.uiuc.ncsa.security.util.scripting.ScriptRuntimeEngine
ScriptRuntimeEngineFactory. createRTE(OA2SE oa2SE, OA2ServiceTransaction transaction, TXRecord txRecord, net.sf.json.JSONObject config)
-
Uses of OA2SE in org.oa4mp.server.loader.oauth2.storage.transactions
Methods in org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type OA2SE Modifier and Type Method Description List<ClaimSource>
OA2ServiceTransaction. getClaimSources(OA2SE oa2SE)
protected List<ClaimSource>
OA2ServiceTransaction. newCSDeserialize(OA2SE oa2SE)
protected List<ClaimSource>
OA2ServiceTransaction. oldCSDeserialize(OA2SE oa2SE)
-
Uses of OA2SE in org.oa4mp.server.loader.qdl.claims
Methods in org.oa4mp.server.loader.qdl.claims that return OA2SE Modifier and Type Method Description protected OA2SE
TokenHandlerMethod. getSE()
Methods in org.oa4mp.server.loader.qdl.claims with parameters of type OA2SE Modifier and Type Method Description ClaimSource
ConfigtoCS. convert(org.qdl_lang.variables.QDLStem arg, OA2SE oa2SE)
ClaimSource
ConfigtoCS. convert(org.qdl_lang.variables.QDLStem arg, org.qdl_lang.state.State qdlState, OA2SE oa2SE)
-
Uses of OA2SE in org.oa4mp.server.loader.qdl.scripting
Methods in org.oa4mp.server.loader.qdl.scripting that return OA2SE Modifier and Type Method Description OA2SE
OA2State. getOa2se()
Methods in org.oa4mp.server.loader.qdl.scripting with parameters of type OA2SE Modifier and Type Method Description void
OA2State. setOa2se(OA2SE oa2se)
-
Uses of OA2SE in org.oa4mp.server.loader.qdl.util
Methods in org.oa4mp.server.loader.qdl.util that return OA2SE Modifier and Type Method Description OA2SE
SigningCommands. getOa2SE()
Constructors in org.oa4mp.server.loader.qdl.util with parameters of type OA2SE Constructor Description SigningCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, OA2SE oa2se)
-
Uses of OA2SE in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy that return OA2SE Modifier and Type Method Description protected OA2SE
OA2ATServlet. getOA2SE()
protected OA2SE
RFC8628AuthenticationServer. getServiceEnvironment()
Methods in org.oa4mp.server.proxy with parameters of type OA2SE Modifier and Type Method Description protected static OA2CLCCommands
ProxyUtils. createCLC(OA2SE oa2SE, OA2ServiceTransaction t)
Create a completely new CLC and load the configuration into it.protected static void
ProxyUtils. doProxy(OA2SE oa2SE, AbstractAuthenticationServlet.AuthorizedState state)
protected static void
ProxyUtils. doProxy(OA2SE oa2SE, RFC8628AuthenticationServer.PendingState pendingState)
protected static void
ProxyUtils. doProxyClaimsRefresh(OA2SE oa2SE, OA2ServiceTransaction t)
Attempt to do a refresh of the claims from the proxy server.static X509Certificate[]
ProxyUtils. getCerts(OA2SE oa2SE, OA2ServiceTransaction t)
protected static OA2CLCCommands
ProxyUtils. getCLC(OA2SE oa2SE, OA2ServiceTransaction t)
Get the fully functional CLC (Command Line Client) associated with this transaction.protected static void
ProxyUtils. getProxyAccessToken(OA2SE oa2SE, OA2ServiceTransaction t)
Gets the access token from the Proxy.protected static void
ProxyUtils. startProxyAuthCodeFlow(OA2SE oa2SE, OA2ServiceTransaction t, javax.servlet.http.HttpServletResponse response)
Starts the authorization code flow in the proxy.protected static String
ProxyUtils. startProxyDeviceFlow(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628State rfc8628State)
Starts device flow with proxy and populates theRFC8628State
with the information from the proxy.protected static void
ProxyUtils. userCodeToProxyRedirect(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628AuthenticationServer.PendingState pendingState)
Takes the verification_uri_complete from the CLC (on the proxy site) and forwards the user's browser so they can log in on the proxy server. -
Uses of OA2SE in org.oa4mp.server.qdl
Methods in org.oa4mp.server.qdl that return OA2SE Modifier and Type Method Description OA2SE
ClientManagementCommands. getEnvironment()
-
Uses of OA2SE in org.oa4mp.server.qdl.storage
Fields in org.oa4mp.server.qdl.storage declared as OA2SE Modifier and Type Field Description protected OA2SE
StoreFacade. environment
Methods in org.oa4mp.server.qdl.storage that return OA2SE Modifier and Type Method Description OA2SE
StoreFacade. getEnvironment()
-