| パッケージ | 説明 |
|---|---|
| javax.servlet | javax.servlet パッケージには、サーブレットクラスと、適合するサーブレットコンテナーによってそのようなクラスのインスタンスに提供されるランタイム環境との間の契約を記述および定義する多くのクラスとインターフェースが含まれています。 |
| javax.servlet.annotation | javax.servlet.annotation パッケージには、ユーザーがアノテーションを使用してサーブレット、フィルター、リスナーを宣言し、宣言されたコンポーネントのメタデータを指定できるようにする多くのアノテーションが含まれています。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ServletSecurity.EmptyRoleSemantic | HttpConstraintElement.getEmptyRoleSemantic() デフォルトの認可セマンティクスを取得します。 |
| コンストラクターと説明 |
|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic) EmptyRoleSemantic.DENY を確立するための便利なコンストラクター |
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic, ServletSecurity.TransportGuarantee guarantee, StringSE... roleNames)getEmptyRoleSemantic、getRolesAllowed、getTransportGuarantee のすべてを確立するためのコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static ServletSecurity.EmptyRoleSemantic | ServletSecurity.EmptyRoleSemantic.valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static ServletSecurity.EmptyRoleSemantic[] | ServletSecurity.EmptyRoleSemantic.values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.