Java Doc for AuthenticationHeader.java in  » 6.0-JDK-Modules » j2me » gov » nist » siplite » header » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » gov.nist.siplite.header 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   gov.nist.core.GenericObject
      gov.nist.siplite.header.Header
         gov.nist.siplite.header.ParametersHeader
            gov.nist.siplite.header.AuthenticationHeader

All known Subclasses:   gov.nist.siplite.header.AuthorizationHeader,  gov.nist.siplite.header.WWWAuthenticateHeader,  gov.nist.siplite.header.ProxyAuthenticateHeader,  gov.nist.siplite.header.ProxyAuthorizationHeader,
AuthenticationHeader
abstract public class AuthenticationHeader extends ParametersHeader (Code)
The generic AuthenticationHeader This code is in the public domain.


Field Summary
public static  StringALGORITHM
     Algorithm header label.
public static  StringCNONCE
     C-nonce header.
public static  StringDIGEST
     Digest header.
public static  StringDOMAIN
     Domain header label.
public static  StringNC
     NC header (RFC?).
public static  StringNEXT_NONCE
     Next nonce header.
public static  StringNONCE
     Nonce header.
public static  StringOPAQUE
     Opaque header.
public static  StringQOP
     Qop header (RFC?).
public static  StringREALM
     Realm header label.
public static  StringRESPONSE
     Response header.
public static  StringSIGNATURE
     Signature header.
public static  StringSIGNED_BY
     Signed byte header.
public static  StringSTALE
     Stale header (RFC?).
public static  StringURI
     URI header.
public static  StringUSERNAME
     User name header.
protected  Stringscheme
     Current protocol scheme.

Constructor Summary
public  AuthenticationHeader(String name)
     Constructor with header name.
public  AuthenticationHeader()
     Default constructor.

Method Summary
public  Objectclone()
     Clone - do a deep copy.
public  StringencodeBody()
     Encodes in canonical form.
public  booleanequals(Object that)
     Compares for equivalence.
public  StringgetAlgorithm()
     Returns the Algorithm value of this WWWAuthenicateHeader.
public  StringgetCNonce()
     Get the CNonce.
public  StringgetDomain()
     Returns the Domain value of this WWWAuthenicateHeader.
public  StringgetNonce()
     Returns the Nonce value of this WWWAuthenicateHeader.
public  intgetNonceCount()
     Counts the nonce.
public  StringgetOpaque()
     Returns the Opaque value of this WWWAuthenicateHeader.
public  StringgetParameter(String name)
     Returns the value of the named parameter, or null if it is not set.
public  StringgetQop()
     Returns the Qop value of this WWWAuthenicateHeader.
public  StringgetRealm()
     Returns the Realm value of this WWWAuthenicateHeader.
public  StringgetResponse()
     Gets the RESPONSE value (or null if it does not exist).
public  StringgetScheme()
     Returns the scheme of the challenge information for this AuthenticationHeaderHeader.
public  URIgetURI()
     Returns the URI value of this WWWAuthenicateHeader, for example DigestURI.
public  StringgetUsername()
     Returns the Username value of this AuthorizationHeader.
public  ObjectgetValue()
     Gets the value of the header (just returns the scheme).
public  booleanisStale()
     Returns the boolean value of the state paramater of this WWWAuthenicateHeader.
public  voidsetAlgorithm(String algorithm)
     Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm parameter value.
public  voidsetCNonce(String cnonce)
     Set the CNonce.
public  voidsetDomain(String domain)
     Sets the Domain of the WWWAuthenicateHeader to the domain parameter value.
public  voidsetNonce(String nonce)
     Sets the Nonce of the WWWAuthenicateHeader to the nonce parameter value.
public  voidsetNonceCount(int nonceCount)
     Set the nonce count parameter.
public  voidsetOpaque(String opaque)
     Sets the Opaque value of the WWWAuthenicateHeader to the new opaque parameter value.
public  voidsetParameter(NameValue nv)
     Sets the specified parameter.
public  voidsetParameter(String name, String value)
     Sets the specified parameter.
public  voidsetQop(String qop)
     Sets the Qop value of the WWWAuthenicateHeader to the new qop parameter value.
public  voidsetRealm(String realm)
     Sets the Realm of the WWWAuthenicateHeader to the realm parameter value.
public  voidsetResponse(String response)
     Sets the Response.
public  voidsetScheme(String scheme)
     Sets the scheme of the challenge information for this AuthenticationHeaderHeader.
public  voidsetStale(boolean stale)
     Sets the value of the stale parameter of the WWWAuthenicateHeader to the stale parameter value.
public  voidsetURI(URI uri)
     Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
public  voidsetUsername(String username)
     Sets the Username of the AuthorizationHeader to the username parameter value.

Field Detail
ALGORITHM
public static String ALGORITHM(Code)
Algorithm header label.



CNONCE
public static String CNONCE(Code)
C-nonce header.



DIGEST
public static String DIGEST(Code)
Digest header.



DOMAIN
public static String DOMAIN(Code)
Domain header label.



NC
public static String NC(Code)
NC header (RFC?).



NEXT_NONCE
public static String NEXT_NONCE(Code)
Next nonce header.



NONCE
public static String NONCE(Code)
Nonce header.



OPAQUE
public static String OPAQUE(Code)
Opaque header.



QOP
public static String QOP(Code)
Qop header (RFC?).



REALM
public static String REALM(Code)
Realm header label.



RESPONSE
public static String RESPONSE(Code)
Response header.



SIGNATURE
public static String SIGNATURE(Code)
Signature header.



SIGNED_BY
public static String SIGNED_BY(Code)
Signed byte header.



STALE
public static String STALE(Code)
Stale header (RFC?).



URI
public static String URI(Code)
URI header.



USERNAME
public static String USERNAME(Code)
User name header.



scheme
protected String scheme(Code)
Current protocol scheme.




Constructor Detail
AuthenticationHeader
public AuthenticationHeader(String name)(Code)
Constructor with header name.
Parameters:
  name - header to process



AuthenticationHeader
public AuthenticationHeader()(Code)
Default constructor.




Method Detail
clone
public Object clone()(Code)
Clone - do a deep copy. Object Authorization



encodeBody
public String encodeBody()(Code)
Encodes in canonical form. canonical string.



equals
public boolean equals(Object that)(Code)
Compares for equivalence.
Parameters:
  that - object to compare true if object matches



getAlgorithm
public String getAlgorithm()(Code)
Returns the Algorithm value of this WWWAuthenicateHeader. the String representing the Algorithm information, null if thevalue is not set.
since:
   v1.1



getCNonce
public String getCNonce()(Code)
Get the CNonce. the cnonce value.



getDomain
public String getDomain()(Code)
Returns the Domain value of this WWWAuthenicateHeader. the String representing the Domain information, null if value isnot set.
since:
   v1.1



getNonce
public String getNonce()(Code)
Returns the Nonce value of this WWWAuthenicateHeader. the String representing the nonce information, null if value isnot set.
since:
   v1.1



getNonceCount
public int getNonceCount()(Code)
Counts the nonce. the count of nonces



getOpaque
public String getOpaque()(Code)
Returns the Opaque value of this WWWAuthenicateHeader. the String representing the Opaque information, null if thevalue is not set.
since:
   v1.1



getParameter
public String getParameter(String name)(Code)
Returns the value of the named parameter, or null if it is not set. A zero-length String indicates flag parameter.
Parameters:
  name - name of parameter to retrieve the value of specified parameter



getQop
public String getQop()(Code)
Returns the Qop value of this WWWAuthenicateHeader. the string representing the Qop information, null if thevalue is not set.
since:
   v1.1



getRealm
public String getRealm()(Code)
Returns the Realm value of this WWWAuthenicateHeader. This convenience method returns only the realm of the complete Challenge. the String representing the Realm information, null if value isnot set.
since:
   v1.1



getResponse
public String getResponse()(Code)
Gets the RESPONSE value (or null if it does not exist). String response parameter value.



getScheme
public String getScheme()(Code)
Returns the scheme of the challenge information for this AuthenticationHeaderHeader. the string value of the challenge information.
since:
   v1.1



getURI
public URI getURI()(Code)
Returns the URI value of this WWWAuthenicateHeader, for example DigestURI. the URI representing the URI information, null if value isnot set.
since:
   v1.1



getUsername
public String getUsername()(Code)
Returns the Username value of this AuthorizationHeader. This convenience method returns only the username of the complete Response. the String representing the Username information,null if value is not set.
since:
   JAIN SIP v1.1



getValue
public Object getValue()(Code)
Gets the value of the header (just returns the scheme). the scheme object.



isStale
public boolean isStale()(Code)
Returns the boolean value of the state paramater of this WWWAuthenicateHeader. the boolean representing if the challenge is stale.
since:
   v1.1



setAlgorithm
public void setAlgorithm(String algorithm) throws ParseException(Code)
Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm parameter value.
Parameters:
  algorithm - - the new algorithm String of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the algorithm value.
since:
   v1.1



setCNonce
public void setCNonce(String cnonce) throws ParseException(Code)
Set the CNonce.
Parameters:
  cnonce - -- a nonce string.



setDomain
public void setDomain(String domain) throws ParseException(Code)
Sets the Domain of the WWWAuthenicateHeader to the domain parameter value.
Parameters:
  domain - - the new Domain string of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the domain.
since:
   v1.1



setNonce
public void setNonce(String nonce)(Code)
Sets the Nonce of the WWWAuthenicateHeader to the nonce parameter value.
Parameters:
  nonce - - the new nonce String of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the nonce value.
since:
   v1.1



setNonceCount
public void setNonceCount(int nonceCount) throws ParseException, IllegalArgumentException(Code)
Set the nonce count parameter.
Parameters:
  nonceCount - -- nonce count to set.



setOpaque
public void setOpaque(String opaque) throws ParseException(Code)
Sets the Opaque value of the WWWAuthenicateHeader to the new opaque parameter value.
Parameters:
  opaque - - the new Opaque string of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the opaque value.
since:
   v1.1



setParameter
public void setParameter(NameValue nv)(Code)
Sets the specified parameter.
Parameters:
  nv - parameter's name/value pair



setParameter
public void setParameter(String name, String value) throws IllegalArgumentException(Code)
Sets the specified parameter.
Parameters:
  name - name of the parameter
Parameters:
  value - value of the parameter.



setQop
public void setQop(String qop) throws ParseException(Code)
Sets the Qop value of the WWWAuthenicateHeader to the new qop parameter value.
Parameters:
  qop - - the new Qop string of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the Qop value.
since:
   v1.1



setRealm
public void setRealm(String realm)(Code)
Sets the Realm of the WWWAuthenicateHeader to the realm parameter value. Realm strings MUST be globally unique. It is RECOMMENDED that a realm string contain a hostname or domain name. Realm strings SHOULD present a human-readable identifier that can be rendered to a user.
Parameters:
  realm - the new Realm String of this WWWAuthenicateHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the realm.
since:
   v1.1



setResponse
public void setResponse(String response) throws ParseException(Code)
Sets the Response.
Parameters:
  response - to set.



setScheme
public void setScheme(String scheme)(Code)
Sets the scheme of the challenge information for this AuthenticationHeaderHeader. For example, Digest.
Parameters:
  scheme - - the new string value that identifies the challengeinformation scheme.
since:
   v1.1



setStale
public void setStale(boolean stale)(Code)
Sets the value of the stale parameter of the WWWAuthenicateHeader to the stale parameter value.
Parameters:
  stale - - the new boolean value of the stale parameter.
since:
   v1.1



setURI
public void setURI(URI uri)(Code)
Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
Parameters:
  uri - - the new URI of this WWWAuthenicateHeader.
since:
   v1.1



setUsername
public void setUsername(String username)(Code)
Sets the Username of the AuthorizationHeader to the username parameter value.
Parameters:
  username - the new Username String of this AuthorizationHeader.
throws:
  ParseException - which signals that an error has been reachedunexpectedly while parsing the username.
since:
   JAIN SIP v1.1



Fields inherited from gov.nist.siplite.header.ParametersHeader
protected NameValueList parameters(Code)(Java Doc)

Methods inherited from gov.nist.siplite.header.ParametersHeader
abstract protected String encodeBody()(Code)(Java Doc)
protected String encodeWithSep()(Code)(Java Doc)
public NameValue getNameValue(String parameterName)(Code)(Java Doc)
public String getParameter(String name)(Code)(Java Doc)
protected boolean getParameterAsBoolean(String parameterName)(Code)(Java Doc)
protected int getParameterAsHexInt(String parameterName)(Code)(Java Doc)
protected int getParameterAsInt(String parameterName)(Code)(Java Doc)
protected long getParameterAsLong(String parameterName)(Code)(Java Doc)
protected URI getParameterAsURI(String parameterName)(Code)(Java Doc)
public Vector getParameterNames()(Code)(Java Doc)
public Object getParameterValue(String name)(Code)(Java Doc)
public NameValueList getParameters()(Code)(Java Doc)
public boolean hasParameter(String parameterName)(Code)(Java Doc)
public boolean hasParameters()(Code)(Java Doc)
public void removeParameter(String name)(Code)(Java Doc)
public void removeParameters()(Code)(Java Doc)
public void setParameter(String name, String value)(Code)(Java Doc)
protected void setParameter(String name, int value)(Code)(Java Doc)
protected void setParameter(String name, boolean value)(Code)(Java Doc)
protected void setParameter(String name, Object value)(Code)(Java Doc)
public void setParameter(NameValue nameValue)(Code)(Java Doc)
public void setParameters(NameValueList parameters)(Code)(Java Doc)
public void setQuotedParameter(String name, String value) throws ParseException(Code)(Java Doc)

Fields inherited from gov.nist.siplite.header.Header
final public static String ACCEPT(Code)(Java Doc)
final public static String ACCEPT_CONTACT(Code)(Java Doc)
final public static String ACCEPT_ENCODING(Code)(Java Doc)
final public static String ACCEPT_LANGUAGE(Code)(Java Doc)
final public static String ALERT_INFO(Code)(Java Doc)
final public static String ALLOW(Code)(Java Doc)
final public static String ALLOW_EVENTS(Code)(Java Doc)
final public static String AUTHENTICATION_INFO(Code)(Java Doc)
final public static String AUTHORIZATION(Code)(Java Doc)
final public static String CALL_ID(Code)(Java Doc)
final public static String CALL_INFO(Code)(Java Doc)
final public static String CONTACT(Code)(Java Doc)
final public static String CONTENT_DISPOSITION(Code)(Java Doc)
final public static String CONTENT_ENCODING(Code)(Java Doc)
final public static String CONTENT_LANGUAGE(Code)(Java Doc)
final public static String CONTENT_LENGTH(Code)(Java Doc)
final public static String CONTENT_TYPE(Code)(Java Doc)
final public static String CSEQ(Code)(Java Doc)
final public static String DATE(Code)(Java Doc)
final public static String ENCRYPTION(Code)(Java Doc)
final public static String ERROR_INFO(Code)(Java Doc)
final public static String EVENT(Code)(Java Doc)
final public static String EXPIRES(Code)(Java Doc)
final public static String EXTENSION(Code)(Java Doc)
final public static String FROM(Code)(Java Doc)
final public static String HIDE(Code)(Java Doc)
final public static String IN_REPLY_TO(Code)(Java Doc)
final public static String MAX_FORWARDS(Code)(Java Doc)
final public static String MIME_VERSION(Code)(Java Doc)
final public static String MIN_EXPIRES(Code)(Java Doc)
final public static String ORGANIZATION(Code)(Java Doc)
final public static String PRIORITY(Code)(Java Doc)
final public static String PROXY_AUTHENTICATE(Code)(Java Doc)
final public static String PROXY_AUTHORIZATION(Code)(Java Doc)
final public static String PROXY_REQUIRE(Code)(Java Doc)
final public static String RACK(Code)(Java Doc)
final public static String RECORD_ROUTE(Code)(Java Doc)
final public static String REFER_TO(Code)(Java Doc)
final public static String REQUIRE(Code)(Java Doc)
final public static String RESPONSE_KEY(Code)(Java Doc)
final public static String RETRY_AFTER(Code)(Java Doc)
final public static String ROUTE(Code)(Java Doc)
final public static String RSEQ(Code)(Java Doc)
final public static String SERVER(Code)(Java Doc)
final public static String SIP_ETAG(Code)(Java Doc)
final public static String SIP_IF_MATCH(Code)(Java Doc)
final public static String SUBJECT(Code)(Java Doc)
final public static String SUBSCRIPTION_STATE(Code)(Java Doc)
final public static String SUPPORTED(Code)(Java Doc)
final public static String TIMESTAMP(Code)(Java Doc)
final public static String TO(Code)(Java Doc)
final public static String UNSUPPORTED(Code)(Java Doc)
final public static String USER_AGENT(Code)(Java Doc)
final public static String VIA(Code)(Java Doc)
final public static String WARNING(Code)(Java Doc)
final public static String WARN_AGENT(Code)(Java Doc)
final public static String WWW_AUTHENTICATE(Code)(Java Doc)
public String headerName(Code)(Java Doc)
public String headerValue(Code)(Java Doc)
final public static String[] parameterLessHeaders(Code)(Java Doc)

Methods inherited from gov.nist.siplite.header.Header
public Object clone()(Code)(Java Doc)
public String encode()(Code)(Java Doc)
abstract protected String encodeBody()(Code)(Java Doc)
public static String encodeCalendar(Calendar date)(Code)(Java Doc)
public String getHeaderName()(Code)(Java Doc)
public String getHeaderValue()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
abstract public NameValueList getParameters()(Code)(Java Doc)
public static byte getStringHash(String s)(Code)(Java Doc)
abstract public Object getValue()(Code)(Java Doc)
public static boolean isAuthorization(String name)(Code)(Java Doc)
public static boolean isParameterLess(String name)(Code)(Java Doc)
public static boolean isReliableTagPresent(String strOptionTags)(Code)(Java Doc)
public void setHeaderName(String name)(Code)(Java Doc)
public void setHeaderValue(String value)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from gov.nist.core.GenericObject
abstract public Object clone()(Code)(Java Doc)
public static int compareToIgnoreCase(String s1, String s2)(Code)(Java Doc)
abstract public String encode()(Code)(Java Doc)
public static boolean equalsIgnoreCase(String s1, String s2)(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.