Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 111 for myrealm (0.18 sec)

  1. okhttp/src/test/java/okhttp3/HeadersChallengesTest.kt

                "asdf\", realm=\"myrealm\", stale=\"FALSE\"",
            )
            .build()
        val challenges = headers.parseChallenges("WWW-Authenticate")
        assertThat(challenges.size).isEqualTo(1)
        assertThat(challenges[0].scheme).isEqualTo("Digest")
        assertThat(challenges[0].realm).isEqualTo("myrealm")
        val expectedAuthParams = mutableMapOf<String, String>()
        expectedAuthParams["realm"] = "myrealm"
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 16.6K bytes
    - Viewed (0)
  2. tests/test_security_http_basic_realm.py

        assert response.headers["WWW-Authenticate"] == 'Basic realm="simple"'
    
    
    def test_security_http_basic_invalid_credentials():
        response = client.get(
            "/users/me", headers={"Authorization": "Basic notabase64token"}
        )
        assert response.status_code == 401, response.text
        assert response.headers["WWW-Authenticate"] == 'Basic realm="simple"'
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 2.6K bytes
    - Viewed (0)
  3. tests/test_security_http_basic_realm_description.py

        assert response.headers["WWW-Authenticate"] == 'Basic realm="simple"'
    
    
    def test_security_http_basic_invalid_credentials():
        response = client.get(
            "/users/me", headers={"Authorization": "Basic notabase64token"}
        )
        assert response.status_code == 401, response.text
        assert response.headers["WWW-Authenticate"] == 'Basic realm="simple"'
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    abstract PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm createComponentRealm(String, java.util.List) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm getComponentRealm(String); public abstract classworlds.realm.ClassRealm getLookupRealm(); public abstract classworlds.realm.ClassRealm setLookupRealm(classworlds.realm.ClassRealm); public abstract classworlds.realm.ClassRealm ge...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 35.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    { private java.util.Map realms; public void ClassWorld(String, ClassLoader); public void ClassWorld(); public realm.ClassRealm newRealm(String) throws realm.DuplicateRealmExcept; public realm.ClassRealm newRealm(String, ClassLoader) throws realm.DuplicateRealmExcept; public void disposeRealm(String) throws realm.NoSuchRealmException; public realm.ClassRealm getRealm(String) throws realm.NoSuchRealmException; public java.util.Collection getRealms(); } org/codehaus/plexus/classworlds/ClassWorldException.class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 41.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    { private java.util.Map realms; public void ClassWorld(String, ClassLoader); public void ClassWorld(); public realm.ClassRealm newRealm(String) throws realm.DuplicateRealmExcept; public realm.ClassRealm newRealm(String, ClassLoader) throws realm.DuplicateRealmExcept; public void disposeRealm(String) throws realm.NoSuchRealmException; public realm.ClassRealm getRealm(String) throws realm.NoSuchRealmException; public java.util.Collection getRealms(); } org/codehaus/plexus/classworlds/ClassWorldException.class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 41.5K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    abstract PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm createComponentRealm(String, java.util.List) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm getComponentRealm(String); public abstract classworlds.realm.ClassRealm getLookupRealm(); public abstract classworlds.realm.ClassRealm setLookupRealm(classworlds.realm.ClassRealm); public abstract classworlds.realm.ClassRealm ge...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    abstract PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm createComponentRealm(String, java.util.List) throws PlexusContainerExcep; public abstract classworlds.realm.ClassRealm getComponentRealm(String); public abstract classworlds.realm.ClassRealm getLookupRealm(); public abstract classworlds.realm.ClassRealm setLookupRealm(classworlds.realm.ClassRealm); public abstract classworlds.realm.ClassRealm ge...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  9. docs/sts/keycloak.md

      - Add this Role into compositive role named `default-roles-{realm}` - `{realm}` should be replaced with whatever realm you created from `prerequisites` section. This role is automatically trusted in the 'Service Accounts' tab.
    
    - Check that `account` client_id has the role 'admin' assigned in the "Service Account Roles" tab.
    
    After that, you will be able to obtain an id_token for the Admin REST API using client_id and client_secret:
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 8.1K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    protected java.util.Map childContainers; protected java.util.Date creationDate; protected boolean reloadingEnabled; private ThreadLocal lookupRealm; private classworlds.realm.ClassRealm staticLookupRealm; boolean initialized; public classworlds.realm.ClassRealm setLookupRealm(classworlds.realm.ClassRealm); public classworlds.realm.ClassRealm getLookupRealm(); public void DefaultPlexusContain() throws PlexusContainerExcep; public void DefaultPlexusContain(String, java.util.Map) throws PlexusContainerExcep;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
Back to top