com.atlassian.crowd.integration.fisheye
Class FisheyeAuthToken

java.lang.Object
  extended by com.atlassian.crowd.integration.fisheye.FisheyeAuthToken
All Implemented Interfaces:
com.cenqua.fisheye.user.plugin.AuthToken, java.io.Serializable

public class FisheyeAuthToken
extends java.lang.Object
implements com.cenqua.fisheye.user.plugin.AuthToken

See Also:
Serialized Form

Constructor Summary
FisheyeAuthToken(SOAPPrincipal principal)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getEmail()
           
protected  java.lang.String[] getPropertyValues(java.lang.String key)
           
 java.lang.String getUsername()
           
protected  void processEmail()
           
protected  void processFullName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FisheyeAuthToken

public FisheyeAuthToken(SOAPPrincipal principal)
Method Detail

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface com.cenqua.fisheye.user.plugin.AuthToken

getEmail

public java.lang.String getEmail()
Specified by:
getEmail in interface com.cenqua.fisheye.user.plugin.AuthToken

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface com.cenqua.fisheye.user.plugin.AuthToken

processFullName

protected void processFullName()

processEmail

protected void processEmail()

getPropertyValues

protected java.lang.String[] getPropertyValues(java.lang.String key)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.