content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
<?php include __DIR__ . '/inc/header.php'; ?>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page"><a href="<?php echo $url; ?>">TypeSchema</a> / <?php echo $type; ?></li>
</ol>
</nav>
<div class="container">
<h1 class="display-4"><?php echo $type; ?>... | __label__POS | 0.796115 |
<?php include __DIR__ . '/inc/header.php'; ?>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page"><a href="<?php echo $url; ?>">TypeSchema</a> / Integration</li>
</ol>
</nav>
<div class="container">
<h1 class="display-4">Integration</h1>
<p class="... | __label__POS | 0.988732 |
---
title: Submitting forms on .ASPX pages
description: How to handle pages created with ASP.NET in Web Scraper.
sidebar_position: 15.4
slug: /node-js/submitting-forms-on-aspx-pages
---
Apify users sometimes need to submit a form on pages created with ASP.NET (URL typically ends with .aspx). These pages have a differe... | __label__POS | 0.67488 |
<?php include __DIR__ . '/../inc/header.php'; ?>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page"><a href="<?php echo $url; ?>">TypeSchema</a> / <a href="<?php echo $router->getAbsolutePath([\App\Controller\Tools::class, 'show']); ?>">Tools</a> / Chang... | __label__POS | 0.955902 |
package org.apereo.cas.web.security.authentication;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.configuration.model.core.monitor.ActuatorEndpointProperties;
import org.apereo.cas.util.RegexUtils;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import l... | __label__POS | 0.812779 |
--[[
FX Historical REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
Generated by: https://openapi-generator.tech
]]
--package openapiclient
local http_request = require ... | __label__POS | 0.795818 |
--[[
FX Historical REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
Generated by: https://openapi-generator.tech
]]
--package openapiclient
local http_request = require ... | __label__POS | 0.786989 |
<div class="row">
<a href="{{ pluginName }}/users/{{ entry.who }}">{{ entry.who }}</a>
<span apiman-i18n-key="audit.created-contract-with-api">created a contract with API</span>
<a href="{{ pluginName }}/orgs/{{ entry.organizationId }}/apis">{{ entry.organizationId }}</a>
<span apiman-i18n-skip>/</span>
<a cl... | __label__POS | 0.617605 |
package org.apereo.cas.support.oauth.web.flow;
import org.apereo.cas.config.CasCoreAutoConfiguration;
import org.apereo.cas.config.CasOAuth20AutoConfiguration;
import org.apereo.cas.config.CasOAuth20WebflowAutoConfiguration;
import org.apereo.cas.config.CasThemesAutoConfiguration;
import org.apereo.cas.config.CasThyme... | __label__POS | 0.974985 |
package org.apereo.cas.nativex;
import org.apereo.cas.support.oauth.services.OAuth20RegisteredServiceCipherExecutor;
import org.apereo.cas.support.oauth.services.OAuthRegisteredService;
import org.apereo.cas.support.oauth.web.OAuth20DistributedSessionCookieCipherExecutor;
import org.apereo.cas.support.oauth.web.respon... | __label__POS | 0.80282 |
package org.apereo.cas.support.oauth.web.flow;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.web.flow.CasWebflowConstants;
import org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer;
import lombok.val;
import org.springframework.context.ConfigurableApplicationContext... | __label__POS | 0.997457 |
package org.apereo.cas.support.oauth.web.flow;
import org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy;
import org.apereo.cas.services.RegisteredServiceAccessStrategyUtils;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.support.oauth.services.OAuthRegisteredService;
import or... | __label__POS | 0.80082 |
<?php
declare(strict_types = 1);
namespace Foo\Bar;
class Import implements \JsonSerializable, \PSX\Record\RecordableInterface
{
protected ?\My\Import\StudentMap $students = null;
protected ?\My\Import\Student $student = null;
public function setStudents(?\My\Import\StudentMap $students): void
{
... | __label__POS | 0.765778 |
<?php
declare(strict_types = 1);
/**
* @template P
* @template T
*/
class Map implements \JsonSerializable, \PSX\Record\RecordableInterface
{
protected ?int $totalResults = null;
/**
* @var P
*/
protected mixed $parent = null;
/**
* @var array<T>|null
*/
protected ?array $en... | __label__POS | 0.986356 |
<?php
declare(strict_types = 1);
use PSX\Schema\Attribute\Description;
use PSX\Schema\Attribute\Nullable;
#[Description('An simple author element with some description')]
class Author implements \JsonSerializable, \PSX\Record\RecordableInterface
{
#[Nullable(false)]
protected string $title;
#[Description... | __label__POS | 0.797931 |
<?php
declare(strict_types = 1);
use PSX\Schema\Attribute\Description;
use PSX\Schema\Attribute\Key;
use PSX\Schema\Attribute\Nullable;
#[Description('An general news entry')]
class News implements \JsonSerializable, \PSX\Record\RecordableInterface
{
protected ?Meta $config = null;
/**
* @var \PSX\Recor... | __label__POS | 0.665381 |
<?php
declare(strict_types = 1);
namespace TypeAPI\Model;
use PSX\Schema\Attribute\Description;
#[Description('Describes the response of the operation')]
class Response implements \JsonSerializable, \PSX\Record\RecordableInterface
{
#[Description('The associated HTTP response code. For error responses it is pos... | __label__POS | 0.6122 |
package org.apereo.cas.web;
import org.apereo.cas.token.TokenConstants;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.mock.web.MockHttpServletRequest;
import static org.junit.jupiter.api.Assertions.*;
/**
* This is {@link DefaultTokenRequestExtra... | __label__POS | 0.89345 |
<?php
declare(strict_types = 1);
namespace TypeAPI\Model;
use PSX\Schema\Attribute\Description;
class SecurityOAuth extends Security implements \JsonSerializable, \PSX\Record\RecordableInterface
{
#[Description('Optional the OAuth2 authorization endpoint')]
protected ?string $authorizationUrl = null;
/*... | __label__POS | 0.641044 |
<?php
declare(strict_types = 1);
namespace TypeAPI\Model;
use PSX\Schema\Attribute\Description;
#[Description('Describes arguments of the operation')]
class Argument implements \JsonSerializable, \PSX\Record\RecordableInterface
{
#[Description('In case the data is not a JSON payload which you can describe with ... | __label__POS | 0.628328 |
<?php
declare(strict_types = 1);
namespace TypeAPI\Model;
use PSX\Schema\Attribute\Description;
#[Description('TypeSchema specification')]
class TypeSchema implements \JsonSerializable, \PSX\Record\RecordableInterface
{
/**
* @var \PSX\Record\Record<DefinitionType>|null
*/
#[Description('')]
p... | __label__POS | 0.923901 |
<?php
declare(strict_types = 1);
namespace TypeAPI\Model;
use PSX\Schema\Attribute\Description;
#[Description('The TypeAPI Root')]
class TypeAPI extends TypeSchema implements \JsonSerializable, \PSX\Record\RecordableInterface
{
#[Description('Optional the base url of the service, if provided the user does not n... | __label__POS | 0.779891 |
package org.apereo.cas.web.flow;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer;
import lombok.val;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.webflow.definition.registry.FlowDefin... | __label__POS | 0.90758 |
package org.typeapi.model;
import com.fasterxml.jackson.annotation.*;
@JsonClassDescription("TypeSchema specification")
public class TypeSchema {
private java.util.Map<String, DefinitionType> definitions;
@JsonPropertyDescription("Through the import keyword it is possible to import other TypeSchema documents.... | __label__POS | 0.839694 |
package org.typeapi.model;
import com.fasterxml.jackson.annotation.*;
@JsonClassDescription("The TypeAPI Root")
public class TypeAPI extends TypeSchema {
@JsonPropertyDescription("Optional the base url of the service, if provided the user does not need to provide a base url for your client")
private String ba... | __label__POS | 0.748136 |
package org.typeapi.model;
import com.fasterxml.jackson.annotation.*;
@JsonClassDescription("Describes the response of the operation")
public class Response {
@JsonPropertyDescription("The associated HTTP response code. For error responses it is possible to use the 499, 599 or 999 status code to catch all errors"... | __label__POS | 0.910542 |
package org.typeapi.model;
import com.fasterxml.jackson.annotation.*;
@JsonClassDescription("Describes arguments of the operation")
public class Argument {
@JsonPropertyDescription("In case the data is not a JSON payload which you can describe with a schema you can select a content type")
private String conte... | __label__POS | 0.855455 |
package org.apereo.cas.authentication;
import org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy;
import org.apereo.cas.authentication.principal.Principal;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.core.Ordered;
import java.io.Serial;
import java.util.Colle... | __label__POS | 0.990264 |
package org.typeapi.model;
import com.fasterxml.jackson.annotation.*;
public class SecurityOAuth extends Security {
@JsonPropertyDescription("Optional the OAuth2 authorization endpoint")
private String authorizationUrl;
@JsonPropertyDescription("Optional OAuth2 scopes")
private java.util.List<String> ... | __label__POS | 0.619444 |
package org.apereo.cas.authentication;
import org.apereo.cas.authentication.principal.Principal;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.RequiredArgsConstructor;
im... | __label__POS | 0.841842 |
package org.apereo.cas.authentication;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.ticket.ExpirationPolicy;
import org.apereo.cas.ticket.ExpirationPolicyBuilder;
import org.apereo.cas.ticket.TicketGrantingTicket;
import org.apereo.cas.ticket.expiration.BaseDelegatingExpiration... | __label__POS | 0.956534 |
/**
* @Description("An general news entry")
* @Required({"receiver", "price", "content"})
*/
class News
{
/**
* @var Meta
*/
protected $config;
/**
* @var array<string>
* @MinItems(1)
* @MaxItems(6)
*/
protected $tags;
/**
* @var array<Author>
* @MinItems(1... | __label__POS | 0.997263 |
package org.apereo.cas.authentication;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.services.RegisteredService;
import java.util.Optional;
/**
* This is {@link SurrogateAuthenticationPrincipalBuilder}.
*
* @author Misagh Moayyed
* @since 5.3.0
*/
public interface SurrogateAuth... | __label__POS | 0.993243 |
package org.apereo.cas.authentication;
import org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator;
import org.apereo.cas.authentication.surrogate.SurrogateAuthenticationService;
import org.apereo.cas.authentication.surrogate.SurrogateCredentialTrait;
import lombok.RequiredArgsConstructor;
impor... | __label__POS | 0.886174 |
package org.apereo.cas.ticket.expiration;
import org.apereo.cas.authentication.surrogate.SurrogateAuthenticationService;
import org.apereo.cas.ticket.AuthenticationAwareTicket;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import lombok.ToString;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import j... | __label__POS | 0.779453 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.services.RegisteredServicePrincipalAccessStrategyEnforcer;
import org.... | __label__POS | 0.972722 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.services.RegisteredServiceSurrogatePolicy;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.services.WebBasedRegi... | __label__POS | 0.926436 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.services.RegisteredServicePrincipalAccessStrategyEnforcer;
import org.... | __label__POS | 0.967601 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.authentication.MutableCredential;
import org.apereo.cas.configuration.model.support.surrogate.SurrogateAuthenticationProperties;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import java.util.Optional... | __label__POS | 0.928839 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.services.RegisteredServicePrincipalAccessStrategyEnforcer;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.util.function.FunctionUtils;
import org.apereo.cas.util... | __label__POS | 0.768066 |
package org.apereo.cas.authentication.surrogate;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.services.RegisteredServicePrincipalAccessStrategyEnforcer;
import org.... | __label__POS | 0.959375 |
package org.apereo.cas.authentication.rest;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.MutableCredential;
import org.apereo.cas.authentication.SurrogateAuthenticationException;
import org.apereo.cas.authentication.surrogate.SurrogateAuthenticationService;
import org.apereo.ca... | __label__POS | 0.713742 |
package org.apereo.cas.authentication.audit;
import org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider;
import org.apereo.cas.authentication.Authentication;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.surrogate.SurrogateAuthenticationService;
import lombok.val... | __label__POS | 0.994065 |
package org.apereo.cas.authentication.audit;
import org.apereo.cas.audit.AuditActionResolvers;
import org.apereo.cas.audit.AuditResourceResolvers;
import org.apereo.cas.audit.AuditableActions;
import org.apereo.cas.audit.AuditableContext;
import org.apereo.cas.audit.AuditableExecutionResult;
import org.apereo.cas.audi... | __label__POS | 0.765325 |
package org.apereo.cas.authentication.audit;
import lombok.val;
import org.apache.commons.lang3.ArrayUtils;
import org.apereo.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver;
import org.aspectj.lang.JoinPoint;
import org.springframework.webflow.execution.Event;
import java.util.HashMap;
import java.uti... | __label__POS | 0.985851 |
{
"keys": [
{
"kty": "RSA",
"kid": "cas-nKbYOOxQ",
"n": "48DQJ0_2TKwU5FRUaNfQ0ob5DJDAUlpLi4ri95RGx4L2IQ13kkBxhJqvM4lUt7qMb7uicgvm0vdT0xnuvAcXIhV-4PD6x1lQ0TLS-tn1WntUZTsulDfu5cpBDyDYpsAXWM3uPUXiLdF0x3sPJ7DssL26jEa-QNCwXLbQlRAWKKOyYaOOCrcFOO3dKkCnOz_B_dN_wdbjLuZ5EvLYYElxyx7sY4xzzCG_-ALix8OLL6nbait... | __label__POS | 0.844917 |
package org.apereo.cas.nativex;
import org.apereo.cas.oidc.claims.OidcCustomScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.claims.OidcOpenIdScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.token.OidcJwtAccessTokenCipherExecutor;
import org.apereo.cas.services.OidcRegisteredService;
import lombok.val;
i... | __label__POS | 0.939193 |
module V2
class TweetsController < BaseController
before_filter :find_user
api!
def index
@tweets = @user.tweets.all
render json: @tweets
end
api!
def show
@tweet = @user.tweets.find(params[:id])
render json: @tweet
end
api!
param :tweet, Hash do
... | __label__POS | 0.913129 |
module V2
class UsersController < BaseController
api :GET, "/v2/users", "List users"
def index
@users = User.all
render json: @users
end
api :GET, "/v2/users/:id", "Show an user"
def show
@user = User.find(params[:id])
render json: @user
end
api :POST, "/v2/user... | __label__POS | 0.782723 |
module V1
class TweetsController < ApplicationController
before_filter :find_user
api!
def index
@tweets = @user.tweets.all
render json: @tweets
end
api!
def show
@tweet = @user.tweets.find(params[:id])
render json: @tweet
end
api!
param :tweet, Hash do... | __label__POS | 0.913067 |
module V1
class UsersController < BaseController
def_param_group :address do
param :street, String, "Street name"
param :number, Integer
param :zip, String
end
def_param_group :user do
param :user, Hash, :required => true, :action_aware => true do
param :name, String, "Nam... | __label__POS | 0.85898 |
package org.apereo.cas.oidc.token;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.services.DefaultRegisteredServiceProperty;
import org.apereo.cas.services.OidcRegisteredService;
import org.apereo.cas.services.RegisteredService;
import org.apereo.cas.services.RegisteredServiceProperty;
import org.... | __label__POS | 0.641518 |
package apijson.demo.script;
import java.util.HashMap;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
import apijson.orm.AbstractFunctionParser;
import apijson.orm.script.JSR223ScriptExecutor;
import apijson.orm.script.ScriptExecutor;
// JDK 1.8~16 用 JDK 自带的,JDK 17+ 必须单独依赖 import jdk.nashorn.api.scrip... | __label__POS | 0.998498 |
package org.apereo.cas.oidc.dynareg;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.jwks.OidcJsonWebKeyStoreUtils;
import org.apereo.cas.oidc.jwks.OidcJsonWebKeyUsage;
import org.apereo.cas.oidc.web.controllers.dynareg.OidcClientRegistrationUtils;
import lombok.val;
import org.jose4j.jwk.Jso... | __label__POS | 0.888149 |
---
title: Airbyte integration
description: Learn how to integrate your Apify datasets with Airbyte.
sidebar_label: Airbyte
sidebar_position: 1
slug: /integrations/airbyte
---
**Learn how to integrate your Apify datasets with Airbyte.**
---
Airbyte is an open-source data integration platform that allows you to move ... | __label__POS | 0.764573 |
package org.apereo.cas.oidc.issuer;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import lombok.val;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.pac4j.jee.context.JEEContext;
import org.springframework.mo... | __label__POS | 0.80511 |
package org.apereo.cas.oidc.ticket;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.oidc.web.controllers.ciba.CibaRequestContext;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.util.Set;
import java.util.... | __label__POS | 0.872413 |
package org.apereo.cas.oidc.ticket;
import org.apereo.cas.configuration.support.Beans;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.services.RegisteredServiceTestUtils;
import org.apereo.cas.support.oauth.OAuth20GrantTypes;
import org.apereo.cas.support.oauth.OAuth20ResponseTypes;
import org.ape... | __label__POS | 0.762908 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Berke... | __label__POS | 0.827972 |
package org.apereo.cas.oidc.authn;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.pac4j.core.context.CallContext;
import org.pac4j.core.credentials.TokenCredentials;
import org.p... | __label__POS | 0.677995 |
<?php
/**
* Copyright © 2012 Alcatel-Lucent.
*
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. Licensed to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the License. You may obtain a copy of... | __label__POS | 0.624813 |
package com.redbeardlab.redisql.client;
import redis.clients.jedis.commands.ProtocolCommand;
import redis.clients.jedis.util.SafeEncoder;
public class RediSQLCommand {
public enum ModuleCommand implements ProtocolCommand {
CREATE_DB("REDISQL.CREATE_DB"),
EXEC("REDISQL.EXEC"),
EXEC_NOW("RED... | __label__POS | 0.988578 |
package com.redbeardlab.redisql.client;
import java.util.List;
public class ParseRediSQLReply {
public static boolean done_reply(List<Object> reply) {
if (reply == null || reply.size() != 2) {
return false;
}
Object first = reply.get(0);
if ((first instanceof byte[]) &... | __label__POS | 0.992836 |
package com.redbeardlab.redisql.client;
import redis.clients.jedis.HostAndPort;
import redis.clients.jedis.JedisShardInfo;
import redis.clients.jedis.commands.ProtocolCommand;
import redis.clients.jedis.util.SafeEncoder;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLParameters;
import javax.net.ssl.S... | __label__POS | 0.93839 |
package org.apereo.cas.oidc.jwks;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.util.serialization.JacksonObjectMapperFactory;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.module.SimpleModule;
import lombok.val;
import org.jose4j.jwk.JsonWebKey;
impor... | __label__POS | 0.813724 |
package apijson.demo;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.redbeardlab.redisql.client.ParseRediSQLReply;
import com.redbeardlab.redisql.client.RediSQLCommand;
import lombok.extern.slf4j.Slf4j;
import redis.clients.jedis.HostAndPort;
import redis.clie... | __label__POS | 0.999396 |
package org.apereo.cas.oidc.jwks;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreModifiedEvent;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | __label__POS | 0.781599 |
package org.apereo.cas.oidc.jwks;
import org.apereo.cas.oidc.AbstractOidcTests;
import lombok.val;
import org.apache.commons.lang3.StringUtils;
import org.jose4j.jwk.JsonWebKey;
import org.jose4j.jwk.JsonWebKeySet;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.util.List;
import jav... | __label__POS | 0.785797 |
package org.apereo.cas.oidc.jwks;
import org.apereo.cas.oidc.AbstractOidcTests;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.util.UUID;
import static org.junit.jupiter.api.Assertions.*;
/**
* This is {@link OidcRegisteredServiceJsonWebKeystoreCacheLoaderTests... | __label__POS | 0.905832 |
package apijson.demo;
import javax.servlet.http.HttpSession;
import com.alibaba.fastjson.JSONObject;
import apijson.NotNull;
import apijson.RequestMethod;
import apijson.StringUtil;
import apijson.framework.javax.APIJSONFunctionParser;
import apijson.framework.javax.APIJSONVerifier;
import lombok.extern.slf4j.Slf4j;... | __label__POS | 0.671592 |
package apijson.demo;
import java.util.Map;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
* Spring Context 工具类
*
* @author
*/
@Component
publi... | __label__POS | 0.998733 |
package org.apereo.cas.oidc.assurance;
import org.apereo.cas.oidc.AbstractOidcTests;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springfra... | __label__POS | 0.679243 |
package apijson.demo;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import apijson.JSONObject;
import apijson.NotNull;
import apijson.orm.SQLConfig;
import org.apache.commons.lang.StringUtils;
/***
* 构建数据
*
*/
public class JedisBuildData {
//redis data type
public static final String RE... | __label__POS | 1.000001 |
package apijson.demo;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import lombok.extern.log4j.Log4j2;
@Log4j2
public class DataBaseUtil {
/**
* 根据url获取库名
* @param url
* @return
*/
public static String getLibname(String url) {
Pattern p = Pattern.compile("jdbc:(... | __label__POS | 0.998109 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.oidc.AbstractOidcTests;
import lombok.val;
import org.jose4j.jwt.JwtClaims;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.... | __label__POS | 0.958461 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.764478 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.624223 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.790732 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.754161 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.784141 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext;
import org.apereo.cas.service... | __label__POS | 0.813128 |
package org.apereo.cas.oidc.claims;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.services.ChainingAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceAttributeReleasePo... | __label__POS | 0.8426 |
package org.apereo.cas.oidc.claims;
import lombok.val;
import org.jose4j.jwt.JwtClaims;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
/**
* This is {@link OidcIdTokenClaimCollectorTests}.
*
* @author Misagh Moayyed
*... | __label__POS | 0.993436 |
<?php
/**
* Configuration
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generat... | __label__POS | 0.729508 |
<?php
/**
* HeaderSelector
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-genera... | __label__POS | 0.602625 |
<!DOCTYPE html>
<html>
<head>
<title>腾讯 APIJSON.cn-零代码接口和文档 JSON 协议 与 ORM 库</title>
<meta charset="utf-8" />
</head>
<body>
<div style="font-size: large; font-weight: bold"><img style="margin-bottom: -6px" height="24" src="http://apijson.cn/images/logo.png"/> 腾讯 <a href="http://apijson.cn">APIJSON.cn</a> -... | __label__POS | 0.748795 |
package org.apereo.cas.oidc.profile;
import org.apereo.cas.oidc.AbstractOidcTests;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.test.context.TestPropertySource;
import java.util.Optional;
import static org.junit.jupiter.api.Assertions.*;
/**
* ... | __label__POS | 0.941878 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey;
import org.apereo.cas.oidc.jwks.OidcJsonWebKeyUsage;
import org.apereo.cas.support.oauth.OAuth20Constants;
import org.apereo.cas.util.jwt.JsonWebTokenSigner;
import com.nimbusds.jwt.JW... | __label__POS | 0.883149 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.support.oauth.OAuth20Constants;
import org.apereo.cas.support.oauth.OAuth20ResponseTypes;
import lombok.val;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.T... | __label__POS | 0.891017 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.support.oauth.OAuth20Constants;
import org.apereo.cas.support.oauth.OAuth20ResponseModeTypes;
import org.apereo.cas.support.oauth.authenticator.Authenticators;
import org.apere... | __label__POS | 0.878575 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.support.oauth.OAuth20Constants;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.pac4j.cas.client.CasClient;
import org.pac4j.cas.config.CasConfiguration;
import org.p... | __label__POS | 0.709908 |
<?php
/**
* V1ChainNetworkAddress
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/open... | __label__POS | 0.715015 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.oidc.ticket.OidcPushedAuthorizationRequest;
import org.apereo.cas.oidc.ticket.OidcPushedAuthorizationRequestFactory;
import org.apereo.cas.services.RegisteredServiceTestUtils;
... | __label__POS | 0.723699 |
<?php
/**
* V1ExchangeRatesTimeseriesItem
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapito... | __label__POS | 0.745655 |
<?php
/**
* V1Asset
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)... | __label__POS | 0.77684 |
<?php
/**
* V1ExchangeRate
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-gen... | __label__POS | 0.739599 |
package org.apereo.cas.oidc.web;
import org.apereo.cas.CasProtocolConstants;
import org.apereo.cas.mock.MockTicketGrantingTicket;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.ticket.TicketGrantingTicket;
import org.apereo.cas.web.cookie.CasCookieBuilder;... | __label__POS | 0.699604 |
<?php
/**
* ModelInterface
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client\Model
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/opena... | __label__POS | 0.980505 |
<?php
/**
* V1ExchangeRates
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* FX Historical REST API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-ge... | __label__POS | 0.750083 |
package org.apereo.cas.oidc.services;
import org.apereo.cas.oidc.AbstractOidcTests;
import org.apereo.cas.services.OidcRegisteredService;
import org.apereo.cas.services.util.RegisteredServiceJsonSerializer;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframewo... | __label__POS | 0.861268 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.