com.ibm.as400.security.auth
Interface AS400SwappableCredential

All Known Implementing Classes:
AS400Credential

public interface AS400SwappableCredential

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


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

Method Detail

swap

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

No return credential is generated.

Throws:
Exception - If an exception occurs.