|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLConnection
org.globus.net.GSIURLConnection
public abstract class GSIURLConnection
Field Summary | |
---|---|
protected org.globus.gsi.gssapi.auth.Authorization |
authorization
|
protected org.ietf.jgss.GSSCredential |
credentials
|
protected int |
delegationType
|
static java.lang.String |
GSS_MODE_PROPERTY
|
protected java.lang.Integer |
gssMode
|
Fields inherited from class java.net.URLConnection |
---|
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches |
Constructor Summary | |
---|---|
protected |
GSIURLConnection(java.net.URL url)
Subclasses must overwrite. |
Method Summary | |
---|---|
abstract void |
disconnect()
|
org.globus.gsi.gssapi.auth.Authorization |
getAuthorization()
|
org.ietf.jgss.GSSCredential |
getCredentials()
|
int |
getDelegationType()
|
protected org.ietf.jgss.GSSName |
getExpectedName()
|
java.lang.Integer |
getGSSMode()
|
void |
setAuthorization(org.globus.gsi.gssapi.auth.Authorization auth)
|
void |
setCredentials(org.ietf.jgss.GSSCredential credentials)
|
void |
setDelegationType(int delegationType)
|
void |
setGSSMode(java.lang.Integer mode)
|
void |
setRequestProperty(java.lang.String key,
java.lang.String value)
|
Methods inherited from class java.net.URLConnection |
---|
addRequestProperty, connect, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setUseCaches, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String GSS_MODE_PROPERTY
protected org.ietf.jgss.GSSCredential credentials
protected org.globus.gsi.gssapi.auth.Authorization authorization
protected int delegationType
protected java.lang.Integer gssMode
Constructor Detail |
---|
protected GSIURLConnection(java.net.URL url)
Method Detail |
---|
public abstract void disconnect()
public void setGSSMode(java.lang.Integer mode)
public java.lang.Integer getGSSMode()
public void setCredentials(org.ietf.jgss.GSSCredential credentials)
public org.ietf.jgss.GSSCredential getCredentials()
public void setAuthorization(org.globus.gsi.gssapi.auth.Authorization auth)
public org.globus.gsi.gssapi.auth.Authorization getAuthorization()
public void setDelegationType(int delegationType)
public int getDelegationType()
protected org.ietf.jgss.GSSName getExpectedName() throws org.ietf.jgss.GSSException
org.ietf.jgss.GSSException
public void setRequestProperty(java.lang.String key, java.lang.String value)
setRequestProperty
in class java.net.URLConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |