Oracle Content Management SDK

Uses of Class
oracle.ifs.common.TokenCredential

Packages that use TokenCredential
oracle.ifs.beans   
oracle.ifs.server   
 

Uses of TokenCredential in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return TokenCredential
 TokenCredential LibraryService.getTokenCredential(java.lang.String token, java.util.Hashtable parameters)
          Gets the previously-created TokenCredential for the specified token.
 

Methods in oracle.ifs.beans with parameters of type TokenCredential
 void LibrarySession.DMPersistTokenCredential(TokenCredential credential)
          Invokes the identically-named remote S_LibrarySession method.
 

Uses of TokenCredential in oracle.ifs.server
 

Methods in oracle.ifs.server that return TokenCredential
 TokenCredential S_LibraryService.getTokenCredential(java.lang.String token, java.util.Hashtable parameters, boolean consume)
          Gets the previously-created TokenCredential for the specified token.
 

Methods in oracle.ifs.server with parameters of type TokenCredential
 void S_LibrarySession.DMPersistTokenCredential(TokenCredential credential)
          Makes the specified TokenCredential persistent.
 void S_LibrarySessionInterface.DMPersistTokenCredential(TokenCredential credential)
           
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.