- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SPNEGO (0.02 sec)
-
src/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.sso.spnego; import org.codelibs.fess.unit.UnitFessTestCase; public class SpnegoAuthenticatorTest extends UnitFessTestCase { @Override public void setUp() throws Exception { super.setUp(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 1.7K bytes - Viewed (0) -
pom.xml
<groupId>org.codelibs</groupId> <artifactId>curl4j</artifactId> <version>${curl4j.version}</version> </dependency> <dependency> <groupId>org.codelibs</groupId> <artifactId>spnego</artifactId> <version>${spnego.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons.codec.version}</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0)