org.eclipse.jetty.policy.entry
类 KeystoreEntry

java.lang.Object
  继承者 org.eclipse.jetty.policy.entry.AbstractEntry
      继承者 org.eclipse.jetty.policy.entry.KeystoreEntry

public class KeystoreEntry
extends AbstractEntry


构造方法摘要
KeystoreEntry()
           
 
方法摘要
 void expand(PolicyContext context)
           
 String getType()
           
 String getUrl()
           
 void setType(String type)
           
 void setUrl(String url)
           
 KeyStore toKeyStore()
           
 
从类 org.eclipse.jetty.policy.entry.AbstractEntry 继承的方法
isDirty, isExpanded, setDirty, setExpanded
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

KeystoreEntry

public KeystoreEntry()
方法详细信息

toKeyStore

public KeyStore toKeyStore()
                    throws PolicyException
抛出:
PolicyException

expand

public void expand(PolicyContext context)
            throws PolicyException
指定者:
AbstractEntry 中的 expand
抛出:
PolicyException

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2013. All Rights Reserved.