Class SVNMacOsKeychain


  • class SVNMacOsKeychain
    extends java.lang.Object
    Version:
    1.3
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char[] getPassword​(java.lang.String realm, java.lang.String userName, boolean nonInteractive)  
      static boolean isEnabled()  
      private static void release​(com.sun.jna.Pointer pointer)  
      static boolean setPassword​(java.lang.String realm, java.lang.String userName, char[] password, boolean nonInteractive)  
      • Methods inherited from class java.lang.Object

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

      • ERR_SEC_ITEM_NOT_FOUND

        private static final int ERR_SEC_ITEM_NOT_FOUND
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVNMacOsKeychain

        SVNMacOsKeychain()
    • Method Detail

      • isEnabled

        public static boolean isEnabled()
      • setPassword

        public static boolean setPassword​(java.lang.String realm,
                                          java.lang.String userName,
                                          char[] password,
                                          boolean nonInteractive)
                                   throws SVNException
        Throws:
        SVNException
      • getPassword

        public static char[] getPassword​(java.lang.String realm,
                                         java.lang.String userName,
                                         boolean nonInteractive)
                                  throws SVNException
        Throws:
        SVNException
      • release

        private static void release​(com.sun.jna.Pointer pointer)