com.ibm.as400.security.auth
Interface ProfileHandleImpl


public interface ProfileHandleImpl
extends com.ibm.as400.security.auth.AS400CredentialImpl

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


Method Summary
 byte[] getCurrentHandle()
          Generates and returns a profile handle based on the current OS/400 thread identity.
 
Methods inherited from interface com.ibm.as400.security.auth.AS400CredentialImpl
destroy, getTimeToExpiration, getVersion, isCurrent, refresh, setCredential, swap
 

Method Detail

getCurrentHandle

public 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.