资源简介
cognos自定义java程序登录程序,文件包含sql脚本,jar包,源码文档等。测试在cognos上登录可用,实现cognos自定义用户表权限管理。
代码片段和文件信息
package auth;
import java.util.HashMap;
import java.util.Locale;
import java.util.Set;
import java.util.Vector;
import com.cognos.CAM_AAA.authentication.IAccount;
public class Account extends UiClass implements IAccount
{
/**
* Creates a Cognos 8 Account
*
* @param theobjectID
* The unique identifier for the account.
*/
public Account(String theobjectID)
{
super(theobjectID);
businessPhone = null;
email = null;
contentLocale = null;
productLocale = null;
faxPhone = null;
givenName = null;
homePhone = null;
mobilePhone = null;
pagerPhone = null;
postalAddress = null;
surname = null;
userName = null;
customProperties = null;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getBusinessPhone()
*/
public String getBusinessPhone()
{
return businessPhone;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getEmail()
*/
public String getEmail()
{
return email;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getContentLocale()
*/
public Locale getContentLocale()
{
return contentLocale;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getFaxPhone()
*/
public String getFaxPhone()
{
return faxPhone;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getGivenName()
*/
public String getGivenName()
{
return givenName;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getHomePhone()
*/
public String getHomePhone()
{
return homePhone;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getMobilePhone()
*/
public String getMobilePhone()
{
return mobilePhone;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getPagerPhone()
*/
public String getPagerPhone()
{
return pagerPhone;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getPostalAddress()
*/
public String getPostalAddress()
{
return postalAddress;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getProductLocale()
*/
public Locale getProductLocale()
{
return productLocale;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getSurname()
*/
public String getSurname()
{
return surname;
}
/*
* (non-Javadoc)
*
* @see com.cognos.CAM_AAA.authentication.IAccount#getUserName()
*/
public String getUserName()
{
return userName;
}
/**
* Sets the business phone property.
*
* @param theBusinessPhone
* The business phone number value.
*/
public void setBusinessPhone(String theBusinessPhone)
{
businessPhone = theBusines
- 上一篇:黑马程序员SSM框架jar整合
- 下一篇:亚丁号云控版_v1.0.0.apk
相关资源
- mysql数据处理,java用户登录处理
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- JAVALibrary
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
- 奖学金管理系统java+jsp+mysql
- 毕设参考——基于java酒店管理
- Java写的一个简单的字体更改程序
- java8学习教程之lambda表达式的使用方法
评论
共有 条评论