All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.security.auth.ProfileHandleImpl

public interface ProfileHandleImpl
extends AS400CredentialImpl
The ProfileHandleImpl interface provides the template for classes implementing behavior delegated by a ProfileHandleCredential.


Method Index

 o getCurrentHandle()
Generates and returns a profile handle based on the current OS/400 thread identity.

Methods

 o getCurrentHandle
 public abstract byte[] getCurrentHandle() throws RetrieveFailedException
Generates and returns a profile handle based on the current OS/400 thread identity.

Returns:
The handle bytes.
Throws: RetrieveFailedException
If errors occur while generating the handle.

All Packages  Class Hierarchy  This Package  Previous  Next  Index