Java Doc for XMLUserStore.java in » Net » Coadunation_1.0.1 » com » rift » coad » lib » security » user » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This method returns the login handler for the given auth type.
The login handler that can handle the given auth type. Parameters: type - The type of login. exception: LoginException -
This method returns the user information for the given username. Note:
this method must not throw an exception if the user is not found, it must
instead return null.
The name of the user to retrieve information for. User The user object for the given username. exception: UserException -
This method returns true if the login manager can handle the requested
authentication type.
TRUE if it can FALSE if not. Parameters: type - The type of auth to check.