public boolean isProtectedAuthenticationPath()

in src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java [185:187]


    public boolean isProtectedAuthenticationPath() {
        return protectedAuthenticationPath;
    }