|
||||||||||
前 次 | フレームあり フレームなし |
Rights を使用しているパッケージ | |
---|---|
com.sun.mail.imap | IMAP メッセージ ストアへのアクセスを提供する JavaMail API の IMAP プロトコル プロバイダです。 |
com.sun.mail.imap での Rights の使用 |
---|
Rights を返す com.sun.mail.imap のメソッド | |
---|---|
Rights |
ACL.getRights()
この ACL エントリに関連する権限を取得します。 |
Rights[] |
IMAPFolder.listRights(String name)
Get all the rights that may be allowed to the given identifier. |
Rights |
IMAPFolder.myRights()
Get the rights allowed to the currently authenticated user. |
Rights 型のパラメータを持つ com.sun.mail.imap のメソッド | |
---|---|
void |
Rights.add(Rights rights)
Add all the rights in the given Rights object to this Rights object. |
boolean |
Rights.contains(Rights rights)
Check whether all the rights in the specified Rights object are present in this Rights object. |
void |
Rights.remove(Rights rights)
Remove all rights in the given Rights object from this Rights object. |
void |
ACL.setRights(Rights rights)
この ACL エントリに関連する権限を設定します。 |
Rights 型のパラメータを持つ com.sun.mail.imap のコンストラクタ | |
---|---|
ACL(String name,
Rights rights)
指定された識別子と権限で ACL エントリを構築します。 |
|
Rights(Rights rights)
Construct a Rights object initialized with the given rights. |
|
||||||||||
前 次 | フレームあり フレームなし |