|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.codec.Digest
public class Digest
Digest authenticator.
Method Summary | |
---|---|
static Digest |
extractFrom(HttpURLConnection connection)
Extracts digest from the connection. |
void |
injectTo(HttpURLConnection connection,
UsernamePasswordCredentials credentials)
Injects digest response into connection. |
boolean |
isValid()
Checks if digest has been found and extracted from the connection. |
String |
toString()
Creates string reprezentation of the digest. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isValid()
true
if digest digest has been extracted from the
connectionpublic static Digest extractFrom(HttpURLConnection connection)
true
.
connection
- HTTP connection
public void injectTo(HttpURLConnection connection, UsernamePasswordCredentials credentials)
connection
- HTTP connectioncredentials
- credentials to embede within digest requestpublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |