OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/platform/DARWIN/AFSPreference/Krb5Util.h
00001 //
00002 //  Krb5Util.h
00003 //  OpenAFS
00004 //
00005 //  Created by Claudio Bisegni on 20/03/10.
00006 //  Copyright 2010 INFN. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import <Kerberos/Kerberos.h>
00011 #import <Kerberos/KerberosLogin.h>
00012 
00013 @interface Krb5Util : NSObject {
00014 
00015 }
00016 +(KLStatus) getNewTicketIfNotPresent;
00017 +(KLStatus) renewTicket:(NSTimeInterval) secToExpire renewTime:(NSTimeInterval)renewTime;
00018 @end
 All Data Structures Files Functions Variables