XGGSSAuthenticator

Inherits from:
Declared In:

Overview

An XGGSSAuthenticator is used by the XGConnection object to perform GSSAPI authentication. It is a concrete subclass of the abstract XGAuthenticator class.



Methods

-servicePrincipal

Returns the service principal associated with the receiver.

-setServicePrincipal:

Sets the service principal of the controller with which to authenticate.


servicePrincipal


Returns the service principal associated with the receiver.

- (NSString *)servicePrincipal; 
Return Value

The service principal.


setServicePrincipal:


Sets the service principal of the controller with which to authenticate.

- (void)setServicePrincipal:(NSString *)servicePrincipal; 
Parameters
servicePrincipal

The service principal. Must not be nil.

Did this document help you? Yes It's good, but... Not helpful...

 

Last Updated: 2009-08-12