Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for GetAccessToken (0.21 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java

                    return ComponentUtil.getComponent(AccessTokenService.class).getAccessToken(((EditForm) form).id);
                }
                break;
            default:
                break;
            }
            return OptionalEntity.empty();
        }
    
        public static OptionalEntity<AccessToken> getAccessToken(final CreateForm form) {
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/accesstoken/ApiAdminAccesstokenAction.java

     */
    package org.codelibs.fess.app.web.api.admin.accesstoken;
    
    import static org.codelibs.core.stream.StreamUtil.stream;
    import static org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction.getAccessToken;
    
    import java.util.List;
    import java.util.stream.Collectors;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    import org.codelibs.core.lang.StringUtil;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

            if (authResponse instanceof final AuthenticationSuccessResponse oidcResponse) {
                validateAuthRespMatchesCodeFlow(oidcResponse);
                final AuthenticationResult authData = getAccessToken(oidcResponse.getAuthorizationCode(), getReplyUrl(request));
                validateNonce(stateData, authData);
    
                return new AzureAdCredential(authData);
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java

                final AzureAdAuthenticator authenticator = ComponentUtil.getComponent(AzureAdAuthenticator.class);
                final String refreshToken = authResult.getRefreshToken();
                authResult = authenticator.getAccessToken(refreshToken);
                authenticator.updateMemberOf(this);
                permissions = null;
                return true;
            }
    
            public AuthenticationResult getAuthenticationResult() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/service/AccessTokenService.java

                    accessTokenList.pageRange(op -> op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger())).createPageNumberList());
    
            return accessTokenList;
        }
    
        public OptionalEntity<AccessToken> getAccessToken(final String id) {
            return accessTokenBhv.selectByPK(id);
        }
    
        public void store(final AccessToken accessToken) {
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

                }
    
                // TODO validate signiture
    
                final Map<String, Object> attributes = new HashMap<>();
                attributes.put("accesstoken", tr.getAccessToken());
                attributes.put("refreshtoken", tr.getRefreshToken() == null ? "null" : tr.getRefreshToken());
                attributes.put("tokentype", tr.getTokenType());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/tracing.go

    				model.IncLookupClusterFailures("lightstep")
    				return nil, fmt.Errorf("could not find cluster for tracing provider %q: %v", provider, err)
    			}
    			return otelLightStepConfig(clusterName, hostname, provider.Lightstep.GetAccessToken())
    		}
    	case *meshconfig.MeshConfig_ExtensionProvider_Skywalking:
    		maxTagLength = 0
    		providerName = envoySkywalking
    		providerConfig = func() (*anypb.Any, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

            - --lightstepAddress
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAddress }}"
            - --lightstepAccessToken
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAccessToken }}"
            - --lightstepSecure={{ .ProxyConfig.GetTracing.GetLightstep.GetSecure }}
            - --lightstepCacertPath
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetCacertPath }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

            - --lightstepAddress
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAddress }}"
            - --lightstepAccessToken
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAccessToken }}"
            - --lightstepSecure={{ .ProxyConfig.GetTracing.GetLightstep.GetSecure }}
            - --lightstepCacertPath
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetCacertPath }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

            - --lightstepAddress
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAddress }}"
            - --lightstepAccessToken
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetAccessToken }}"
            - --lightstepSecure={{ .ProxyConfig.GetTracing.GetLightstep.GetSecure }}
            - --lightstepCacertPath
            - "{{ .ProxyConfig.GetTracing.GetLightstep.GetCacertPath }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top