- get() - Method in class com.perforce.workshop.tjuricek.p4oauth.storage.IOptionsServerSupplier
-
- get() - Method in class com.perforce.workshop.tjuricek.p4oauth.util.ThreadMemoizingSupplier
-
Will always fire the wrapped supplier and return the value, which is
then cached on the thread.
- getAccess_token() - Method in class com.perforce.workshop.tjuricek.p4oauth.controllers.AccessTokenResponse
-
- getAccessToken() - Method in class com.perforce.workshop.tjuricek.p4oauth.services.AccessTokenResult
-
- getAuthorizationCode() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AuthorizationCode
-
- getCached() - Method in class com.perforce.workshop.tjuricek.p4oauth.util.ThreadMemoizingSupplier
-
Returns the cached type.
- getClientId() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AuthorizationCode
-
- getCode() - Method in class com.perforce.workshop.tjuricek.p4oauth.services.CodeResult
-
- getCodeFile(String) - Method in class com.perforce.workshop.tjuricek.p4oauth.storage.AuthorizationCodeStore
-
- getConfig() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.UrlFactory
-
- getConfig() - Method in class com.perforce.workshop.tjuricek.p4oauth.storage.AuthorizationCodeStore
-
- getConfig() - Method in interface com.perforce.workshop.tjuricek.p4oauth.storage.FilesystemStore
-
The stores must have access to the application configuration.
- getConfig() - Method in class com.perforce.workshop.tjuricek.p4oauth.storage.WhitelistStore
-
- getConfig() - Method in class com.perforce.workshop.tjuricek.p4oauth.util.HttpServletRequestHelper
-
- getConfig() - Method in interface com.perforce.workshop.tjuricek.p4oauth.util.RequestQueryUtils
-
- getContextRoot() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
By default, empty, can be set to a root context path.
- getCreated() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AccessToken
-
- getCreated() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AuthorizationCode
-
- getCreated() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.Token
-
When this token was created.
- getError() - Method in class com.perforce.workshop.tjuricek.p4oauth.services.AccessTokenResult
-
- getError() - Method in class com.perforce.workshop.tjuricek.p4oauth.services.CodeResult
-
- getException() - Method in class com.perforce.workshop.tjuricek.p4oauth.jetty.ServerRunnable
-
- getFile(String...) - Method in interface com.perforce.workshop.tjuricek.p4oauth.storage.FilesystemStore
-
Returns the path to the file based on our configured rootDirectory.
- getHeader(String) - Method in interface com.perforce.workshop.tjuricek.p4oauth.util.RequestQueryUtils
-
Fetches the header value, but wraps it in an Optional for easier
processing.
- getHostname() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getHostname() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.PerforceConfig
-
- getHttpIdleTimeout() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getHttpPort() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
Defaults to 8080, the standard (non-SSL) HTTP port.
- getHttpServletRequest() - Method in class com.perforce.workshop.tjuricek.p4oauth.util.HttpServletRequestHelper
-
- getHttpServletRequest() - Method in interface com.perforce.workshop.tjuricek.p4oauth.util.RequestQueryUtils
-
- getHttpsIdleTimeout() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getHttpsPort() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
Defaults to 8443, the HTTPS port where almost all real features take
place.
- getId() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AccessToken
-
- getIpAddress() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.Token
-
The IP address of the server we should have generated the token for.
- getIpAddress() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.WhitelistedServer
-
- getKeyManagerPassword() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getKeyStorePassword() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getKeyStorePath() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getLoginUrl(String, String, String) - Method in class com.perforce.workshop.tjuricek.p4oauth.config.UrlFactory
-
- getName() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.WhitelistedServer
-
- getOrSendError(HttpServletRequestHelper, String, HttpServletResponse) - Method in interface com.perforce.workshop.tjuricek.p4oauth.controllers.ControllerMethod
-
- getP4OAuthUrl() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.UrlFactory
-
- getParam(String) - Method in interface com.perforce.workshop.tjuricek.p4oauth.util.RequestQueryUtils
-
Fetches the parameter value, but wraps it in an Optional for easier
processing.
- getPerforce() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getPerforce_token() - Method in class com.perforce.workshop.tjuricek.p4oauth.controllers.AccessTokenResponse
-
- getPerforceToken() - Method in class com.perforce.workshop.tjuricek.p4oauth.services.AccessTokenResult
-
- getPort() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.PerforceConfig
-
- getRedirectUri() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AuthorizationCode
-
This is the redirectUri used for the originating authorization
code request.
- getRedirectUri() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.Token
-
The redirectUri that will be sent in by the user to get the next token.
- getRedirectUri() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.WhitelistedServer
-
- getRequest() - Method in class com.perforce.workshop.tjuricek.p4oauth.jetty.MethodParams
-
- getResponse() - Method in class com.perforce.workshop.tjuricek.p4oauth.jetty.MethodParams
-
- getRootDirectory() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
- getServers() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.Whitelist
-
- getTemplateDirectory() - Method in class com.perforce.workshop.tjuricek.p4oauth.config.P4OAuthConfig
-
If you've set cacheTemplates to false, you'll likely need this set to
the resource folder, because otherwise it's likely that the classpath
loaders will cache the data of your templates anyway.
- getToken() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.Token
-
The perforce token that can be used in place of the password.
- getToken_type() - Method in class com.perforce.workshop.tjuricek.p4oauth.controllers.AccessTokenResponse
-
- getTokens() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AccessToken
-
- getTokens() - Method in class com.perforce.workshop.tjuricek.p4oauth.models.AuthorizationCode
-
- getWhitelistFile() - Method in class com.perforce.workshop.tjuricek.p4oauth.storage.WhitelistStore
-
- getWrapped() - Method in class com.perforce.workshop.tjuricek.p4oauth.util.ThreadMemoizingSupplier
-
Returns the underlying supplier used to fetch the value.