fr.xephi.authme.events
Class PasswordEncryptionEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by fr.xephi.authme.events.PasswordEncryptionEvent

public class PasswordEncryptionEvent
extends org.bukkit.event.Event

This event is called when we need to compare or get an hash password, for set a custom EncryptionMethod

Author:
Xephi59
See Also:
EncryptionMethod

Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
 
Constructor Summary
PasswordEncryptionEvent(EncryptionMethod method, java.lang.String playerName)
           
 
Method Summary
static org.bukkit.event.HandlerList getHandlerList()
           
 org.bukkit.event.HandlerList getHandlers()
           
 EncryptionMethod getMethod()
           
 java.lang.String getPlayerName()
           
 void setMethod(EncryptionMethod method)
           
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEncryptionEvent

public PasswordEncryptionEvent(EncryptionMethod method,
                               java.lang.String playerName)
Method Detail

getHandlers

public org.bukkit.event.HandlerList getHandlers()
Specified by:
getHandlers in class org.bukkit.event.Event

setMethod

public void setMethod(EncryptionMethod method)

getMethod

public EncryptionMethod getMethod()

getPlayerName

public java.lang.String getPlayerName()

getHandlerList

public static org.bukkit.event.HandlerList getHandlerList()