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
 void swap()
          Attempts to swap the thread identity based on the credential.
 

Method Detail

swap

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.