public class PasswordPrincipal extends Object implements CloneablePrincipal
| Constructor and Description |
|---|
PasswordPrincipal(String pw)
Constructor.
|
public PasswordPrincipal(@Nonnull@NotEmpty@ParameterName(name="pw") String pw)
pw - the passwordpublic int hashCode()
public boolean equals(Object other)
public String toString()
public PasswordPrincipal clone() throws CloneNotSupportedException
clone in interface CloneablePrincipalclone in class ObjectCloneNotSupportedException - if the instance cannot
be cloned.Object.clone()Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.