The implementing java class to authenticate this principal name.
この主体名を認証する実装 Java クラス。
field should be a java class name.
フィールドは Java クラス名でなければなりません。
Unable to: type"" does not specify a java class.
をできません: タイプは、Java のクラスを指定していません。
The following procedure walks you through implementing a Java class.
次の手順では、Java のクラスの実装方法を示します。
Service: is already implemented in java class.
サービス: はすでに Java クラス に実装されています。
If the java class is in the database, you can export to a local directory.
Javaクラスがデータベースにある場合は、ローカル・ディレクトリにエクスポートできます。
Let say you want to create a customize java class template with your company's information.
会社の情報を含むカスタマイズされた Java クラステンプレートを作成する必要があるとします。
The java class name for the database driver.
データベースドライバの Java クラス名。
Also, the <class-name> is the name of a fully authentic java class.
また、完全に本物のJavaクラスの名前です。
Add or edit the location of the classes upon which the current java class depends
現在のJavaクラスが依存するクラスの場所の追加または編集
To manager a java class
Javaクラスを管理するには、次のようにします。
A customer user-id generation algorithm can be implemented as a java class and then its full-package-name specified for this parameter.
カスタマ・ユーザーIDを生成するアルゴリズムをJavaクラスとして実装できるため、その完全なパッケージ名がこのパラメータに指定されます。
A java class provides a template for objects that share common characteristics. Each class can contain attributes - static or instance variables that each object of a particular class possesses, and methods, which are written in Java and define the behavior of an object. You can invoke methods defined by the class or inherited by any classes extended from the class. When you create an object from a class, you are creating an instance of instance contains the fields of an object, which are known as its data, or state.
Javaクラスは、共通の特性を共有するオブジェクトのテンプレートを提供します。各クラスには、特定のクラスのオブジェクトが保持する静的変数またはインスタンス変数、およびオブジェクトの動作を定義するJavaで記述されたメソッドの属性を含めることができます。クラスによって定義されたメソッド、あるいはクラスから拡張されて任意のクラスへ継承されたメソッドを起動できます。クラスからオブジェクトを作成するというのは、そのクラスのインスタンスを作成することです。インスタンスにはオブジェクトのフィールドが含まれていますが、これはデータまたはステートと呼ばれます。