com.ibm.as400.security.auth

Interface AS400SwappableCredential

  • All Known Implementing Classes:
    AS400Credential, ProfileHandleCredential, ProfileTokenCredential


    public interface AS400SwappableCredential
    The AS400SwappableCredential interface defines IBM i credentials that can be exploited by authentication services to swap the operating system thread identity when running on the local IBM i system.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void swap()
      Attempts to swap the thread identity based on the credential.
    • Method Detail

      • swap

        void swap()
                  throws java.lang.Exception
        Attempts to swap the thread identity based on the credential.

        No return credential is generated.

        Throws:
        java.lang.Exception - If an exception occurs.