Class GSSAuthorization

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract org.ietf.jgss.GSSName getExpectedName​(org.ietf.jgss.GSSCredential cred, java.lang.String host)
      Returns expected GSSName used for authorization purposes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GSSAuthorization

        public GSSAuthorization()
    • Method Detail

      • getExpectedName

        public abstract org.ietf.jgss.GSSName getExpectedName​(org.ietf.jgss.GSSCredential cred,
                                                              java.lang.String host)
                                                       throws org.ietf.jgss.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:
        org.ietf.jgss.GSSException - if unable to create the name.