Interface Credential

All Superinterfaces:
JCAMetadata, SecurityMetadata, Serializable, ValidatableMetadata
All Known Subinterfaces:
DsSecurity

public interface Credential extends JCAMetadata, ValidatableMetadata, SecurityMetadata
A Security.
Author:
Stefano Maestri
  • Method Details

    • getUserName

      String getUserName()
      Get the userName.
      Returns:
      the userName.
    • getPassword

      String getPassword()
      Get the password.
      Returns:
      the password.
    • getSecurityDomain

      String getSecurityDomain()
      get the security domain for pure security-domain security management
      Returns:
      the security-domain to use