com.sun.identity.liberty.ws.authnsvc.protocol
クラス UppercaseTransform
java.lang.Object
com.sun.identity.liberty.ws.authnsvc.protocol.Transform
com.sun.identity.liberty.ws.authnsvc.protocol.UppercaseTransform
public class UppercaseTransform
- extends Transform
The UppercaseTransform class represents a
Transform that replaces all lowercase characters with
uppercase characters.
UppercaseTransform
public UppercaseTransform()
- This is the default constructor.
transform
public String transform(String password)
- Transforms password.
- 定義:
- クラス
Transform 内の transform
- パラメータ:
password - original password
- 戻り値:
- transformed password