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

java.lang.Object
  拡張org.seasar.tuigwaa.security.auth.TgwPrincipal
すべての実装インタフェース:
Principal
直系の既知のサブクラス:
TgwRole, TgwUser

public class TgwPrincipal
extends Object
implements Principal

作成者:
someda

フィールドの概要
protected  String name
           
 
コンストラクタの概要
TgwPrincipal()
           
TgwPrincipal(String name)
           
 
メソッドの概要
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.security.Principal から継承したメソッド
toString
 

フィールドの詳細

name

protected String name
コンストラクタの詳細

TgwPrincipal

public TgwPrincipal()

TgwPrincipal

public TgwPrincipal(String name)
メソッドの詳細

getName

public String getName()
定義:
インタフェース Principal 内の getName

hashCode

public int hashCode()
定義:
インタフェース Principal 内の hashCode

equals

public boolean equals(Object o)
定義:
インタフェース Principal 内の equals


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