| パッケージ | 説明 |
|---|---|
| javax.servlet |
javax.servletパッケージにはサーブレットクラスとServlet APIに準拠したサーブレットコンテナによる実行環境との間の契約を記述し定義する多数のクラスおよびインターフェースが含まれています。
|
| javax.servlet.annotation |
javax.servlet.annotationパッケージにはアノテーションを使用してサーブレットやフィルター、リスナーを定義し、定義されたコンポーネントのメタデータを指定するためのアノテーションが多数含まれています。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ServletSecurity.TransportGuarantee |
HttpConstraintElement.getTransportGuarantee()
トランスポート層での接続で満たす必要のあるデータ保護要件(SSL/TLSが必要かどうか)を取得します。
|
| コンストラクタと説明 |
|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
String... roleNames)
getEmptyRoleSemanticとgetRolesAllowed、getTransportGuaranteeのすべてを確立するためのコンストラクタです。
|
HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee,
String... roleNames)
空でないgetRolesAllowedと/もしくはTransportGuarantee.CONFIDENTIALを確立するためのコンストラクタです。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ServletSecurity.TransportGuarantee |
ServletSecurity.TransportGuarantee.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ServletSecurity.TransportGuarantee[] |
ServletSecurity.TransportGuarantee.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.