Interface UsernameTokenPrincipal

All Superinterfaces:
Principal
All Known Implementing Classes:
WSUsernameTokenPrincipalImpl

public interface UsernameTokenPrincipal extends Principal
  • Method Details

    • isPasswordDigest

      boolean isPasswordDigest()
    • getPassword

      String getPassword()
    • getNonce

      byte[] getNonce()
    • getCreatedTime

      String getCreatedTime()
    • getPasswordType

      String getPasswordType()