B Implementing a Custom Login Class
To use a custom login class, an implementation of
com.hyperion.css.CSSSecurityAgentIF interface must be available
in the classpath. CSSSecurityAgentIF defines the getter method for
retrieving the user name and password (optional). If the interface returns a null
password, security authentication treats the provider as trusted and verifies the
existence of the user in configured providers. If the interface returns a non-null
value for the password, Oracle Enterprise Performance Management System
attempts to authenticate the request using the user name and password returned by
this implementation.
CSSSecurityAgentIF comprises two methods:
getUserName and getPassword.