Package org.wildfly.security.evidence
Class PasswordGuessEvidence
- java.lang.Object
- 
- org.wildfly.security.evidence.PasswordGuessEvidence
 
- 
- All Implemented Interfaces:
- Destroyable,- Evidence
 
 public final class PasswordGuessEvidence extends Object implements Evidence, Destroyable A piece of evidence that is comprised of a password guess.
- 
- 
Constructor SummaryConstructors Constructor Description PasswordGuessEvidence(char[] guess)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()char[]getGuess()Get the password guess.booleanisDestroyed()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.wildfly.security.evidence.EvidencecastAndApply, castAndApply, castAs, castAs, getDecodedPrincipal, getDefaultPrincipal, getPrincipal, setDecodedPrincipal
 
- 
 
- 
- 
- 
Method Detail- 
getGuesspublic char[] getGuess() Get the password guess.- Returns:
- the password guess
 
 - 
destroypublic void destroy() - Specified by:
- destroyin interface- Destroyable
 
 - 
isDestroyedpublic boolean isDestroyed() - Specified by:
- isDestroyedin interface- Destroyable
 
 
- 
 
-