Class Authorization

    • Constructor Detail

      • Authorization

        public Authorization()
    • Method Detail

      • authorize

        public abstract void authorize​(GSSContext context,
                                       String host)
                                throws AuthorizationException
        Performes authorization checks. Throws AuthorizationException if the authorization fails. Otherwise, the function completes normally.
        Parameters:
        context - the securit context
        host - host address of the peer.
        Throws:
        AuthorizationException - if the peer is not authorized to access/use the resource.