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.
- 另请参见:
- 序列化表格
| 从类 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.