org.eclipse.jetty.policy.entry
类 PrincipalEntry
java.lang.Object
org.eclipse.jetty.policy.entry.AbstractEntry
org.eclipse.jetty.policy.entry.PrincipalEntry
public class PrincipalEntry
- extends AbstractEntry
|
字段摘要 |
static String |
WILDCARD
Wildcard value denotes any class and/or any name. |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WILDCARD
public static final String WILDCARD
- Wildcard value denotes any class and/or any name. Must be asterisk, for proper general expansion and
PrivateCredentialsPermission wildcarding
- 另请参见:
- 常量字段值
PrincipalEntry
public PrincipalEntry()
toPrincipal
public Principal toPrincipal(PolicyContext context)
throws PolicyException
- 抛出:
PolicyException
expand
public void expand(PolicyContext context)
throws PolicyException
- 指定者:
- 类
AbstractEntry 中的 expand
- 抛出:
PolicyException
getKlass
public String getKlass()
setKlass
public void setKlass(String klass)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2013. All Rights Reserved.