repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/UsersAttributeValuesCapableElement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,595 | 38.9 | 136 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/AggregateSecurityRealm.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,655 | 33.488889 | 185 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/MatchRules.java | /*
* Copyright 2017 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 7,220 | 36.030769 | 107 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/PermissionRef.java | package org.wildfly.test.security.common.elytron;
import java.security.Permission;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
public final class PermissionRef {
private final String className;
private final String module;
private final String targetNam... | 2,794 | 25.121495 | 114 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/CredentialStore.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,227 | 36.212121 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleKeyStore.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,777 | 32.732143 | 125 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ElytronDomainSetup.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 10,819 | 47.303571 | 172 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleConfigurableSaslServerFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,641 | 36.118421 | 123 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ConfigurableElement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,681 | 36.25 | 119 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleHttpAuthenticationFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,754 | 37.04 | 147 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/AbstractConfigurableElement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,008 | 29.907692 | 119 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/PropertyFileBasedDomain.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,376 | 40.141935 | 152 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/RoleMapper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,272 | 37.575758 | 101 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/DirContext.java | /*
* Copyright 2020 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 8,412 | 30.62782 | 142 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleSecurityDomain.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 10,026 | 36.414179 | 126 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SyslogAuditLog.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,079 | 30.75 | 102 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/MechanismConfiguration.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,855 | 32.034014 | 112 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/JdbcSecurityRealm.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 6,673 | 33.580311 | 186 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/AbstractConstantHelper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,615 | 34.835616 | 127 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/X500AttributePrincipalDecoder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,195 | 33.113821 | 118 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/UserWithAttributeValues.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,826 | 26.934307 | 124 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/FailoverRealm.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 4,119 | 31.440945 | 145 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/UndertowDomainMapper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,270 | 43.161972 | 139 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleServerSslContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,304 | 35.088435 | 128 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/KeyStore.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,214 | 35.818182 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/TrustManager.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,221 | 36.030303 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/AbstractMechanismConfiguration.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,913 | 35.240741 | 94 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/Ocsp.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,603 | 30.893805 | 93 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleAuthContext.java | /*
* Copyright 2017 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,652 | 29.494253 | 101 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ConstantRealmMapper.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,346 | 33.514706 | 152 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/DistributedRealm.java | /*
* Copyright 2020 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 3,877 | 30.024 | 148 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/CertificateRevocationList.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,817 | 29.301075 | 102 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/PermissionMapper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,517 | 29.36 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ClientCertUndertowDomainMapper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,543 | 41.46729 | 128 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleSaslAuthenticationFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,673 | 36.392 | 120 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SimpleKeyManager.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,267 | 37.107143 | 169 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ConcatenatingPrincipalDecoder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,441 | 33.42 | 134 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/FileSystemRealm.java | /*
* Copyright 2016 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,060 | 32.561983 | 132 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/LdapRealm.java | /*
* Copyright 2020 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 26,746 | 32.184864 | 141 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/ServletElytronDomainSetup.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,574 | 40.604478 | 156 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/CliFragment.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,382 | 34.461538 | 79 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/Module.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,384 | 30.775362 | 92 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SaslFilter.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,694 | 27.368421 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/UndertowSslContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,153 | 34.044444 | 117 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/SecurityRealm.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,251 | 36.939394 | 77 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/servlet/AttributePrintingServlet.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,860 | 36.155844 | 113 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/SimpleSocketBinding.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,735 | 34.627329 | 125 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/SimpleRemotingConnector.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,501 | 35.197368 | 128 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/ClientMapping.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,366 | 29.889908 | 127 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/KeyStoreUtils.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,311 | 37.723926 | 118 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/KeyUtils.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,753 | 42.218182 | 117 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/common/other/MessagingElytronDomainConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,599 | 35.8 | 127 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/servlets/CheckIdentityPermissionServlet.java | /*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | 5,247 | 41.666667 | 128 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/servlets/ReadCredentialServlet.java | /*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | 6,537 | 40.910256 | 128 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/security/servlets/SecuredPrincipalPrintingServlet.java | /*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | 2,672 | 38.895522 | 126 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/distribution/validation/AbstractValidationUnitTest.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 23,688 | 45.177388 | 174 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/undertow/common/TestConstants.java | /*
* Copyright 2018 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 958 | 33.25 | 134 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/undertow/common/UndertowApplicationSecurityDomain.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,724 | 37.428571 | 127 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/undertow/common/elytron/HttpsListener.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,292 | 38.181818 | 70 | java |
null | wildfly-main/testsuite/shared/src/main/java/org/wildfly/test/undertow/common/elytron/SimpleHttpsListener.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,397 | 35.957983 | 114 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/common/ServerConfigurator.java | /*
* Copyright 2021 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 3,841 | 37.42 | 122 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/common/ServerHelper.java | /*
* Copyright 2021 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 14,947 | 44.024096 | 168 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/WsConsumeScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 961 | 30.032258 | 75 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/ScriptProcess.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 10,917 | 33.660317 | 154 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/ScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 7,790 | 36.1 | 164 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/Shell.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2021 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 3,745 | 32.747748 | 120 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/AppClientScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 1,837 | 31.821429 | 118 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/WsProduceScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 961 | 30.032258 | 75 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/JconsoleScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 964 | 30.129032 | 75 | java |
null | wildfly-main/testsuite/scripts/src/test/java/org/wildfly/test/scripts/JdrScriptTestCase.java | /*
* JBoss, Home of Professional Open Source.
*
* Copyright 2018 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed 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 the Li... | 943 | 29.451613 | 75 | java |
null | wildfly-main/testsuite/layers/src/test/java/org/jboss/as/test/layers/base/LayersTestCase.java | /*
*
* * JBoss, Home of Professional Open Source.
* * Copyright 2023 Red Hat, Inc., and individual contributors
* * as indicated by the @author tags.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may ob... | 1,555 | 36.95122 | 93 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/lra/src/test/java/org/wildfly/extension/microprofile/lra/test/LRAMpTckApplicationArchiveProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,057 | 44.641791 | 137 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/lra/src/test/java/org/wildfly/extension/microprofile/lra/test/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2023, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,496 | 43.029412 | 111 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/telemetry/src/test/java/io/smallrye/opentelemetry/ExceptionMapper.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,603 | 38.121951 | 135 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/telemetry/src/test/java/io/smallrye/opentelemetry/arquillian/DeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,394 | 39.59322 | 94 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/telemetry/src/test/java/io/smallrye/opentelemetry/arquillian/ArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,514 | 38.868421 | 93 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/config/src/test/java/org/wildfly/extension/microprofile/config/test/DeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,419 | 44.660377 | 94 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/config/src/test/java/org/wildfly/extension/microprofile/config/test/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,777 | 45.789474 | 116 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/config/src/test/java/org/wildfly/extension/microprofile/config/test/WildFlyDeploymentExceptionTransformer.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,096 | 47.767442 | 189 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/reactive-messaging/src/test/java/org/wildfly/test/integration/mp/tck/reactive/messaging/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,673 | 43.052632 | 145 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/reactive-messaging/src/test/java/org/wildfly/test/integration/mp/tck/reactive/messaging/WildFlyDeploymentExceptionTransformer.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,669 | 66.681159 | 363 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/reactive-messaging/src/test/java/org/wildfly/test/integration/mp/tck/reactive/messaging/WildFlyArchiveExtender.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,522 | 39.078947 | 71 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/health/src/test/java/org/wildfly/extension/microprofile/health/test/DeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,422 | 43.87037 | 94 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/health/src/test/java/org/wildfly/extension/microprofile/health/test/WildFlyURIProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,759 | 36.446809 | 92 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/health/src/test/java/org/wildfly/extension/microprofile/health/test/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,842 | 45.075 | 111 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/jwt/src/test/java/org/wildfly/extension/microprofile/jwt/test/DeploymentProcessor.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,100 | 39.403846 | 125 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/jwt/src/test/java/org/wildfly/extension/microprofile/jwt/test/WildFlyArquillianExtension.java | /*
* Copyright 2019 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,197 | 34.235294 | 95 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/reactive-streams-operators/src/test/java/org/wildfly/test/integration/mp/tck/reactive/streams/operators/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,581 | 41.756757 | 108 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/reactive-streams-operators/src/test/java/org/wildfly/test/integration/mp/tck/reactive/streams/operators/JCommanderAuxilliaryArchiveAppender.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,755 | 39.837209 | 97 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/fault-tolerance/src/test/java/org/wildfly/extension/microprofile/faulttolerance/tck/FaultToleranceApplicationArchiveProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,676 | 44.395062 | 115 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/fault-tolerance/src/test/java/org/wildfly/extension/microprofile/faulttolerance/tck/WildFlyDeploymentExceptionTransformer.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,783 | 40.488372 | 126 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/fault-tolerance/src/test/java/org/wildfly/extension/microprofile/faulttolerance/tck/FaultToleranceTCKExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,727 | 43.307692 | 108 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/openapi/src/test/java/org/wildfly/extension/microprofile/openapi/tck/DeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,027 | 42.148936 | 94 | java |
null | wildfly-main/testsuite/integration/microprofile-tck/openapi/src/test/java/org/wildfly/extension/microprofile/openapi/tck/WildFlyArquillianExtension.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,569 | 42.611111 | 95 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/TestIdentityStore.java | /*
* Copyright 2018 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,963 | 35.37037 | 110 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/SecurityAPITestCase.java | /*
* Copyright 2018 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 10,824 | 53.949239 | 138 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/TestIdentityStoreCustomWrapper.java | /*
* Copyright 2023 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,668 | 37.813953 | 119 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/EESecurityInjectionEnabledJakartaTestCase.java | /*
* Copyright 2023 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 6,350 | 43.104167 | 125 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/TestCustomPrincipalTransformer.java | /*
* Copyright 2023 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,157 | 32.085714 | 112 | java |
null | wildfly-main/testsuite/integration/elytron/src/test/java/org/wildfly/test/integration/elytron/securityapi/TestServlet.java | /*
* Copyright 2018 Red Hat, Inc.
*
* Licensed 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,505 | 33.805556 | 150 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.