Security Components
WorldServer supports two basic security components: a password policy component and a password authenticator component. The password policy custom component allows you to provide your own password validation rules. For example, you might want to check a password against a dictionary to make sure a password is not an English word. Additionally, the authentication component allows you to control how WorldServer authenticates passwords. For example, you could create an authentication component to use Windows authentication services in place of the normal WorldServer mechanism.
Java documentation
com.idiominc.wssdk.component.security