Class GSSAuthorization

    • Constructor Detail

      • GSSAuthorization

        public GSSAuthorization()
    • Method Detail

      • 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.