com.atlassian.crowd.plugin.rest.admin.model
Class RestToken

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.admin.model.RestToken

public class RestToken
extends Object


Constructor Summary
RestToken(String tokenValue)
           
 
Method Summary
 boolean equals(Object o)
           
 String getTokenValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestToken

public RestToken(String tokenValue)
Method Detail

getTokenValue

public String getTokenValue()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.