Enum クラスの使用箇所
org.springframework.boot.actuate.endpoint.Access
Access を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイント自動構成のコアクラス。
エンドポイントのサポート。
アクチュエーターエンドポイントのアノテーションサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
org.springframework.boot.actuate.autoconfigure.endpoint 内の Access 使用
修飾子と型メソッド説明PropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) 型 Access のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.endpoint のメソッド修飾子と型メソッド説明PropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) org.springframework.boot.actuate.endpoint 内の Access 使用
修飾子と型メソッド説明EndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) 指定されたendpointId
およびdefaultAccess
を使用して、エンドポイントの許可されたアクセスレベルを解決します。アクセスを許可された最大数に制限します。AbstractExposableEndpoint.getDefaultAccess()
ExposableEndpoint.getDefaultAccess()
デフォルトで許可されているエンドポイントへのアクセスを返します。static Access
指定された名前でこのクラスの列挙型定数を返します。static Access[]
Access.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint のメソッド修飾子と型メソッド説明EndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) 指定されたendpointId
およびdefaultAccess
を使用して、エンドポイントの許可されたアクセスレベルを解決します。アクセスを許可された最大数に制限します。boolean
OperationFilter.match
(O operation, EndpointId endpointId, Access defaultAccess) フィルターが一致する場合、true
を返します。型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint のコンストラクター修飾子コンストラクター説明AbstractExposableEndpoint
(EndpointId id, Access defaultAccess, CollectionSE<? extends O> operations) 新しいAbstractExposableEndpoint
インスタンスを作成します。org.springframework.boot.actuate.endpoint.annotation 内の Access 使用
型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のメソッド修飾子と型メソッド説明protected abstract E
EndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<O> operations) endpoint
を作成するために呼び出されるファクトリメソッド。型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のコンストラクター修飾子コンストラクター説明AbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<? extends O> operations) 新しいAbstractDiscoveredEndpoint
インスタンスを作成します。org.springframework.boot.actuate.endpoint.jmx.annotation 内の Access 使用
型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド修飾子と型メソッド説明protected ExposableJmxEndpoint
JmxEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<JmxOperation> operations) org.springframework.boot.actuate.endpoint.web.annotation 内の Access 使用
型 Access のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<WebOperation> operations)