com.threerings.bureau.data
Class BureauAuthName

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.util.Name
          extended by com.threerings.bureau.data.BureauAuthName
All Implemented Interfaces:
Streamable, Comparable<Name>

public class BureauAuthName
extends Name

Represents an authenticated bureau client.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 
Fields inherited from class com.threerings.util.Name
_name, _normal, BLANK
 
Constructor Summary
BureauAuthName(String bureauId)
           
 
Method Summary
 
Methods inherited from class com.threerings.util.Name
compareTo, equals, getNormal, hashCode, isBlank, isBlank, isValid, normalize, overrideCompareTo, overrideEquals, toString
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BureauAuthName

public BureauAuthName(String bureauId)