phpDocumentor utility
[ class tree: utility ] [ index: utility ] [ all elements ]

Class: WindSecurityToken

Source Location: /token/WindSecurityToken.php

Class WindSecurityToken

Class Overview

Implements interfaces:

token令牌安全类

Located in /token/WindSecurityToken.php [line 12]

WindModule
   |
   --WindSecurityToken
Author(s): Information Tags:
Version:  $Id: WindSecurityToken.php 3113 2011-11-11 07:28:09Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WindModule

WindModule::$_config
WindModule::$_proxy
WindModule::$_typeValidation

Inherited From WindModule

WindModule::getConfig()
根据配置名取得相应的配置
WindModule::getRequest()
返回当前应用的WindHttpRequest对象
WindModule::getResponse()
返回当前应用的WindHttpResponse对象
WindModule::getSystemFactory()
返回当前应用的WindFactory对象
WindModule::setConfig()
设置类配置
WindModule::setDelayAttributes()
设置延迟加载类属性相关组件配置信息
WindModule::toArray()
返回该对象的数组类型
WindModule::writeTableCloneProperty()
类对象clone白名单
WindModule::__call()
重载了魔术方法__call
WindModule::__clone()
重载魔术方法__clone
WindModule::__get()
重载了魔术方法__get
WindModule::__set()
重载了魔术方法__set

[ Top ]
Property Summary
string   $token   url token
IWindHttpContainer   $tokenContainer   令牌容器

[ Top ]
Method Summary
void   deleteToken()  
void   getToken()  
string   getTokenName()   token名称处理
void   saveToken()  
void   validateToken()  

[ Top ]
Properties
string   $token = null [line 18]

url token

API Tags:
Access:  protected


[ Top ]
IWindHttpContainer   $tokenContainer = null [line 25]

令牌容器

可以通过组件配置方式配置不同的容器类型

API Tags:
Access:  protected


[ Top ]
Methods
deleteToken  [line 60]

  void deleteToken( $tokenName  )

Parameters:
   $tokenName: 

API Tags:
Access:  public


[ Top ]
getToken  [line 70]

  void getToken( $tokenName  )

Parameters:
   $tokenName: 

API Tags:
Access:  public


[ Top ]
getTokenName  [line 83]

  string getTokenName( string $tokenName  )

token名称处理

Parameters:
string   $tokenName: 

API Tags:
Access:  protected


[ Top ]
saveToken  [line 30]

  void saveToken( [ $tokenName = '']  )

Parameters:
   $tokenName: 

API Tags:
Access:  public


[ Top ]
validateToken  [line 49]

  void validateToken( $token, [ $tokenName = '']  )

Parameters:
   $token: 
   $tokenName: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:39 +0800 by phpDocumentor 1.4.4