com.ibm.as400.security.auth
Interface AS400SwappableCredential

All Known Implementing Classes:
AS400Credential

public interface AS400SwappableCredential

The AS400SwappableCredential interface defines AS/400 credentials that can be exploited by authentication services to swap the operating system thread identity when running on the local AS/400 system.


Method Summary
 void swap()
          Attempts to swap the OS/400 thread identity based on the credential.
 

Method Detail

swap

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

No return credential is generated.

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