com.seeyon.ctp.login
类 AbstractLoginAuthentication

java.lang.Object
  继承者 com.seeyon.ctp.login.AbstractLoginAuthentication
所有已实现的接口:
SortOrderable, LoginAuthentication

public abstract class AbstractLoginAuthentication
extends java.lang.Object
implements LoginAuthentication, SortOrderable

Title: T1开发框架

Description: 登录验证操作接口实现抽象类,实现了Spring中Bean列表排序接口。

Copyright: Copyright (c) 2012

Company: seeyon.com

从以下版本开始:
CTP2.0

构造方法摘要
AbstractLoginAuthentication()
           
 
方法摘要
 int getSortOrder()
          接口实现类在根据Bean类型获取Bean列表时的排序号
 void setSortOrder(int sortOrder)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.seeyon.ctp.login.LoginAuthentication 继承的方法
authenticate
 

构造方法详细信息

AbstractLoginAuthentication

public AbstractLoginAuthentication()
方法详细信息

getSortOrder

public int getSortOrder()
从接口 SortOrderable 复制的描述
接口实现类在根据Bean类型获取Bean列表时的排序号

指定者:
接口 SortOrderable 中的 getSortOrder
返回:
排序号

setSortOrder

public void setSortOrder(int sortOrder)