Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. Java Authentication and Authorization Service - Wikipedia

    en.wikipedia.org/wiki/Java_Authentication_and...

    JAAS is a Java library that implements the standard Pluggable Authentication Module (PAM) framework for user authentication and authorization. Learn about its features, administration, application interface, security system integration, and login modules.

  3. Pluggable authentication module - Wikipedia

    en.wikipedia.org/wiki/Pluggable_authentication...

    Learn about PAM, a mechanism to integrate multiple authentication schemes into a high-level API. Find out how PAM works, its history, criticisms and related standards and implementations.

  4. Central Authentication Service - Wikipedia

    en.wikipedia.org/wiki/Central_Authentication_Service

    CAS is a single sign-on protocol for the web that allows users to access multiple applications with one credential. Learn about its history, features, implementations and related software.

  5. SAML-based products and services - Wikipedia

    en.wikipedia.org/wiki/SAML-based_products_and...

    Security Assertion Markup Language (SAML) is a set of specifications that encompasses the XML-format for security tokens containing assertions to pass information about a user and protocols and profiles to implement authentication and authorization scenarios.

  6. Digest access authentication - Wikipedia

    en.wikipedia.org/wiki/Digest_access_authentication

    Learn how digest access authentication works, its advantages and disadvantages, and its history and standards. Digest access authentication is a method of verifying user identity with a web server using MD5 or SHA hashing and nonce values.

  7. Basic access authentication - Wikipedia

    en.wikipedia.org/wiki/Basic_access_authentication

    Learn how basic access authentication works in HTTP transactions, where a user agent provides a user name and password in a header field. Find out the features, security, and protocol of this method, and its alternatives and references.

  8. HMAC-based one-time password - Wikipedia

    en.wikipedia.org/wiki/HMAC-based_one-time_password

    HOTP is a standard method of generating human-readable passwords for authentication, based on HMAC and a secret key. Learn how HOTP works, its parameters, tokens, and reception in the computer security industry.

  9. Abstract Window Toolkit - Wikipedia

    en.wikipedia.org/wiki/Abstract_Window_Toolkit

    AWT is Java's original platform-dependent windowing, graphics, and user-interface widget toolkit, preceding Swing. It provides a general interface between Java and the native system, and a basic set of GUI widgets, but also has some limitations and issues.