KRB5
PHP Manual

The KRB5CCache class

Introduction

Objects of this class represent credential caches. All credential caches are stored in unique memory caches but may be imported/exported to other ccache formats.

Class synopsis

KRB5CCache
KRB5CCache {
/* Methods */
public array KRB5CCache::getEntries ( void )
public string KRB5CCache::getName ( void )
public void KRB5CCache::initKeytab ( string $principal , string $keytab [, array $flags ] )
public void KRB5CCache::initPassword ( string $principal , string $password [, array $flags ] )
public bool KRB5CCache::isValid ([ int $seconds ] )
public void KRB5CCache::open ( string $source )
public void KRB5CCache::save ( string $destination )
public void KRB5CCache::setConfig ( string $file )
}

Table of Contents


KRB5
PHP Manual