Package jcifs

Interface Credentials

    • Method Detail

      • unwrap

        <T extends Credentials> T unwrap​(Class<T> type)
        Parameters:
        type -
        Returns:
        instance for type, null if the type cannot be unwrapped
      • getUserDomain

        String getUserDomain()
        Returns:
        the domain the user account is in
      • isAnonymous

        boolean isAnonymous()
        Returns:
        whether these are anonymous credentials
      • isGuest

        boolean isGuest()
        Returns:
        whether these are guest credentials