Documentation Center

Security components

WorldServer supports two basic security components: a password policy component and a password authenticator component.

By using the password policy component, you can provide your own password validation rules. For example, you might want to check a password against a dictionary to make sure that the password is not an English word.

On the other hand, by using the authentication component, you can control how WorldServer authenticates passwords. For example, you could create an authentication component to use Windows authentication services instead of the normal WorldServer mechanism.

Java package: com.idiominc.wssdk.component.security