All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.security.auth.AS400SwappableCredential

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 Index

 o swap()
Attempts to swap the OS/400 thread identity based on the credential.

Methods

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

No return credential is generated.

Throws: Exception
If an exception occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index