Interface UsernameCredential

All Superinterfaces:
Credential, Serializable

public interface UsernameCredential extends Credential
An interface for credential classes with username properties.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the username.
  • Method Details

    • getName

      String getName()
      Returns the username.
      Returns:
      the username
      Since:
      3.0