Package com.portwise.mvpnms.authentication
-
Interface Summary Interface Description AuthenticationMechanismConfiguration The interface for authentication method implementations to retrieve configuration properties regarding the method.AuthenticationMechanismHandler This is a helper interface for authentication methods that needs certain support, such as for instance retrieving a CoreLogger object for logging or various possibilities to store and retrieve data on a session.AuthenticationMechanismInterface The AuthenticationMechanismInterface constitutes the general contract between Policy Service and its authentication methods. -
Class Summary Class Description BaseAuthenticationPlugin This class can be used as a base for the authentication method plug-ins.UsernamePasswordMechanism This class enables developers to develop simple "username/password" based authentication methods.