AuthenticateSample.java demonstrates how to authenticate users using the following methods:
User name and password
CSS token
AuthenticateSample.java extends the Sample class. It requires the following classes to authenticate users:
CSSUserIF, which represents a user in the security platform.
CSSException, which captures operational exceptions and error codes.