cn.dreampie.security.credential
类 Credential

java.lang.Object
  继承者 cn.dreampie.security.credential.Credential
所有已实现的接口:
Serializable

public class Credential
extends Object
implements Serializable

Created by ice on 14-12-24.

另请参见:
序列化表格

字段摘要
static String CREDENTIAL_ALL_KEY
           
static String CREDENTIAL_DEF_KEY
           
 
构造方法摘要
Credential(String httpMethod, String antPath, String value)
           
 
方法摘要
 String getAntPath()
           
 String getHttpMethod()
           
 String getValue()
           
 void setAntPath(String antPath)
           
 void setHttpMethod(String httpMethod)
           
 void setValue(String value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

CREDENTIAL_DEF_KEY

public static final String CREDENTIAL_DEF_KEY
另请参见:
常量字段值

CREDENTIAL_ALL_KEY

public static final String CREDENTIAL_ALL_KEY
另请参见:
常量字段值
构造方法详细信息

Credential

public Credential(String httpMethod,
                  String antPath,
                  String value)
方法详细信息

getHttpMethod

public String getHttpMethod()

setHttpMethod

public void setHttpMethod(String httpMethod)

getAntPath

public String getAntPath()

setAntPath

public void setAntPath(String antPath)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2015. All rights reserved.