org.seasar.tuigwaa.security.auth
クラス TgwUser

java.lang.Object
  拡張org.seasar.tuigwaa.security.auth.TgwPrincipal
      拡張org.seasar.tuigwaa.security.auth.TgwUser
すべての実装インタフェース:
Principal

public class TgwUser
extends TgwPrincipal

作成者:
someda

フィールドの概要
 
クラス org.seasar.tuigwaa.security.auth.TgwPrincipal から継承したフィールド
name
 
コンストラクタの概要
TgwUser()
           
TgwUser(String name)
           
 
メソッドの概要
 boolean equals(Object o)
           
 String getDescription()
           
 String getDn()
           
 String getOtherattributes()
           
 String getPassword()
           
 String[] getRoles()
           
 List getRolesAsList()
           
 int hashCode()
           
 boolean isAdmin()
           
 void setAdmin(boolean admin)
           
 void setDescription(String description)
           
 void setDn(String dn)
           
 void setName(String name)
           
 void setOtherattributes(String otherattributes)
           
 void setPassword(String password)
           
 void setRoles(String[] roles)
           
 
クラス org.seasar.tuigwaa.security.auth.TgwPrincipal から継承したメソッド
getName
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.security.Principal から継承したメソッド
toString
 

コンストラクタの詳細

TgwUser

public TgwUser(String name)

TgwUser

public TgwUser()
メソッドの詳細

getDn

public String getDn()

setDn

public void setDn(String dn)

setName

public void setName(String name)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getRoles

public String[] getRoles()

setRoles

public void setRoles(String[] roles)

getRolesAsList

public List getRolesAsList()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getOtherattributes

public String getOtherattributes()

setOtherattributes

public void setOtherattributes(String otherattributes)

isAdmin

public boolean isAdmin()

setAdmin

public void setAdmin(boolean admin)

hashCode

public int hashCode()
定義:
インタフェース Principal 内の hashCode
オーバーライド:
クラス TgwPrincipal 内の hashCode

equals

public boolean equals(Object o)
定義:
インタフェース Principal 内の equals
オーバーライド:
クラス TgwPrincipal 内の equals


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.