@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ServletSecurity
修飾子とタイプ | 任意要素と説明 |
---|---|
HttpMethodConstraint[] |
httpMethodConstraints
HTTPメソッド固有の制約を取得します。
|
HttpConstraint |
value
httpMethodConstraintsによって返された配列で表されていない
すべてのHTTPメソッドに適用される保護を定義する
HttpConstraint を取得します。 |
public abstract HttpConstraint value
HttpConstraint
を取得します。HttpConstraint
オブジェクトpublic abstract HttpMethodConstraint[] httpMethodConstraints
HttpMethodConstraint
はHTTPプロトコルメソッドの名前を付け、それに適用される保護を定義します。HttpMethodConstraint
要素の配列。
任意のHTTPメソッド名に対して、返される配列内に対応する要素は最大でも1つである必要があります。
返される配列の長さがゼロの場合、HTTPメソッド固有の制約が定義されていないことを示します。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.