|
|
XGGSSAuthenticator |
| Inherits from: | |
| Declared In: |
An XGGSSAuthenticator is used by the XGConnection object to perform GSSAPI authentication. It is a concrete subclass of the abstract XGAuthenticator class.
Returns the service principal associated with the receiver.
Sets the service principal of the controller with which to authenticate.
servicePrincipal |
Returns the service principal associated with the receiver.
- (NSString *)servicePrincipal;
The service principal.
setServicePrincipal: |
Sets the service principal of the controller with which to authenticate.
servicePrincipalThe service principal. Must not be nil.
Last Updated: 2009-08-12