Uses of Class
sun.security.mule.krb5.internal.ccache.Credentials

Packages that use Credentials
sun.security.mule.krb5   
sun.security.mule.krb5.internal.ccache   
 

Uses of Credentials in sun.security.mule.krb5
 

Methods in sun.security.mule.krb5 that return Credentials
 Credentials KrbAsRep.setCredentials()
           
 

Uses of Credentials in sun.security.mule.krb5.internal.ccache
 

Methods in sun.security.mule.krb5.internal.ccache that return Credentials
 Credentials FileCredentialsCache.getCreds(LoginOptions options, PrincipalName sname, Realm srealm)
           
abstract  Credentials CredentialsCache.getCreds(LoginOptions options, PrincipalName sname, Realm srealm)
           
abstract  Credentials MemoryCredentialsCache.getCreds(PrincipalName sname, Realm srealm)
           
 Credentials FileCredentialsCache.getCreds(PrincipalName sname, Realm srealm)
          Gets a credentials for a specified service.
abstract  Credentials CredentialsCache.getCreds(PrincipalName sname, Realm srealm)
           
abstract  Credentials[] MemoryCredentialsCache.getCredsList()
           
 Credentials[] FileCredentialsCache.getCredsList()
          Returns the list of credentials entries in the cache file.
abstract  Credentials[] CredentialsCache.getCredsList()
           
 Credentials FileCredentialsCache.getDefaultCreds()
           
abstract  Credentials CredentialsCache.getDefaultCreds()
           
 

Methods in sun.security.mule.krb5.internal.ccache with parameters of type Credentials
 void CCacheOutputStream.addCreds(Credentials creds)
          Writes a credentials in FCC format to this cache output stream.
abstract  void MemoryCredentialsCache.update(Credentials c)
           
 void FileCredentialsCache.update(Credentials c)
          Updates the credentials list.
abstract  void CredentialsCache.update(Credentials c)
           
 



Copyright © 2013. All Rights Reserved.