Class AbstractDatabaseLoginModule.JDBCUserInfo

    • Constructor Detail

      • JDBCUserInfo

        public JDBCUserInfo​(java.lang.String userName,
                            Credential credential)
    • Method Detail

      • doFetchRoles

        public java.util.List<java.lang.String> doFetchRoles()
                                                      throws java.lang.Exception
        Description copied from class: UserInfo
        Should be overridden by subclasses to obtain role info
        Overrides:
        doFetchRoles in class UserInfo
        Returns:
        List of role associated to the user
        Throws:
        java.lang.Exception - if the roles cannot be retrieved