Class PasswordProperty
java.lang.Object
com.infoteria.asteria.flowlibrary2.property.ValueProperty
com.infoteria.asteria.flowlibrary2.property.StringProperty
com.infoteria.asteria.flowlibrary2.property.PasswordProperty
xfp上で暗号化されるString型のプロパティクラスです。
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordProperty(String name) PasswordProperty(name, false, true, null) と同じです。PasswordProperty(String name, boolean required) PasswordProperty(name, required, true, null) と同じです。PasswordProperty(String name, boolean required, boolean mapable) PasswordProperty(name, required, mapable, null) と同じです。PasswordProperty(String name, boolean required, boolean mapable, String value) コンストラクタ -
Method Summary
Methods inherited from class com.infoteria.asteria.flowlibrary2.property.StringProperty
setValue, strValueMethods inherited from class com.infoteria.asteria.flowlibrary2.property.ValueProperty
assign, clone, getName, getType, getValue, getValueType, init, isMapable, isNull, isRequired, resetMacro, setRequired, toString
-
Constructor Details
-
PasswordProperty
PasswordProperty(name, false, true, null) と同じです。 -
PasswordProperty
PasswordProperty(name, required, true, null) と同じです。 -
PasswordProperty
PasswordProperty(name, required, mapable, null) と同じです。 -
PasswordProperty
コンストラクタ- Parameters:
name- プロパティ名required- このプロパティが必須プロパティの場合はtruemapable- このプロパティがMapping可能な場合はtruevalue- デフォルト値
-
-
Method Details
-
setKey
暗号化のためのキーを設定します。 -
getKey
暗号化のためのキーを取得します。 -
setString
Description copied from class:ValuePropertyコンパイル時に値を設定します。- Overrides:
setStringin classValueProperty- Parameters:
str- プロパティ値として設定される文字列- Throws:
PropertyException
-