Go to main content

man pages section 3: Remote Administration Daemon Module Interfaces

Exit Print View

Updated: July 2017
 
 

gss (3rad)

Name

gss - API authentication

Synopsis

interface GSSAuthentication
string user ;

opaque exchangeToken(opaque token);

Description

GSS(3rad)                   RAD Module Definitions                   GSS(3rad)



NAME
       gss - API for GSS-API authentication

SYNOPSIS
   interface GSSAuthentication
       string user ;

       opaque exchangeToken(opaque token);

DESCRIPTION
       API com.oracle.solaris.rad.gss

       This API exposes GSS-API authentication to rad(1m) clients.

INTERFACES
   interface GSSAuthentication
       GSSAuthentication Properties
           string user (read-only, nullable)

               Retrieve the username of the connected/authenticated user, NULL
               if the security context is not established.

       GSSAuthentication Methods
           opaque exchangeToken(opaque token)

               Exchanges GSS-API tokens with the server as part of
               establishing a GSS-API security context.

               Arguments:

               token

               Result:

               opaque (nullable)

               Error:

               GSSError

STRUCTURE TYPES
       struct GSSError

           Error object returned by all the methods in this interface.

           Fields:

           uinteger majorStatus

               GSS-API Level Error code.

           uinteger minorStatus

               Mechanism specific Error code.

       Version: (1.0)

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       +--------------------+-------------------------+
       |  ATTRIBUTE TYPE    |     ATTRIBUTE VALUE     |
       +--------------------+-------------------------+
       |Availability        | system/management/rad/* |
       +--------------------+-------------------------+
       |Interface Stability | Private                 |
       +--------------------+-------------------------+

SEE ALSO
       rad(1M)



SunOS 5.11                        2017-05-31                         GSS(3rad)