Module java.base
Package java.security

Interface Guard

    • Method Detail

      • checkGuard

        void checkGuard​(Object object)
                 throws SecurityException
        Determines whether or not to allow access to the guarded object object. Returns silently if access is allowed. Otherwise, throws a SecurityException.
        Parameters:
        object - the object being protected by the guard.
        Throws:
        SecurityException - if access is denied.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部