Class GSSAuthorization

java.lang.Object
org.globus.gsi.gssapi.auth.Authorization
org.globus.gsi.gssapi.auth.GSSAuthorization
Direct Known Subclasses:
HostAuthorization, HostOrSelfAuthorization, IdentityAuthorization, NoAuthorization, SelfAuthorization

public abstract class GSSAuthorization extends Authorization
GSSAPI client authorization.
  • Constructor Details

    • GSSAuthorization

      public GSSAuthorization()
  • Method Details

    • getExpectedName

      public abstract GSSName getExpectedName(GSSCredential cred, String host) throws GSSException
      Returns expected GSSName used for authorization purposes. Can returns null for self authorization.
      Parameters:
      cred - credentials used
      host - host address of the peer.
      Throws:
      GSSException - if unable to create the name.