blob: 5d396f4e407dae632be930577fc67be2e90b03a7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
OAuthDataProvider (Apache CXF Bundle Jar 2.6.3 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.cxf.rs.security.oauth.provider.OAuthDataProvider interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="OAuthDataProvider (Apache CXF Bundle Jar 2.6.3 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OAuthDataProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/MD5SequenceGenerator.html" title="class in org.apache.cxf.rs.security.oauth.provider"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="OAuthDataProvider.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.cxf.rs.security.oauth.provider</FONT>
<BR>
Interface OAuthDataProvider</H2>
<HR>
<DL>
<DT><PRE>public interface <B>OAuthDataProvider</B></DL>
</PRE>
<P>
OAuth provider responsible for persisting the information about
OAuth consumers, request and access tokens.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessToken</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#createAccessToken(org.apache.cxf.rs.security.oauth.data.AccessTokenRegistration)">createAccessToken</A></B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessTokenRegistration</A>&nbsp;reg)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessToken</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestToken</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#createRequestToken(org.apache.cxf.rs.security.oauth.data.RequestTokenRegistration)">createRequestToken</A></B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestTokenRegistration</A>&nbsp;reg)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a temporarily request token which will capture the
information about the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A> attempting to access or
modify the resource owner's resource</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#finalizeAuthorization(org.apache.cxf.rs.security.oauth.data.AuthorizationInput)">finalizeAuthorization</A></B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AuthorizationInput.html" title="class in org.apache.cxf.rs.security.oauth.data">AuthorizationInput</A>&nbsp;data)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the verifier confirming the resource owner's agreement for
the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A> to perform the action as represented by
the provided <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>RequestToken</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessToken</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#getAccessToken(java.lang.String)">getAccessToken</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;accessToken)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessToken</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data">Client</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#getClient(java.lang.String)">getClient</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;clientId)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the previously registered third-party <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestToken</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#getRequestToken(java.lang.String)">getRequestToken</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;requestToken)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the previously registered <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>RequestToken</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html#removeToken(org.apache.cxf.rs.security.oauth.data.Token)">removeToken</A></B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Token.html" title="class in org.apache.cxf.rs.security.oauth.data">Token</A>&nbsp;token)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the token</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getClient(java.lang.String)"><!-- --></A><H3>
getClient</H3>
<PRE>
<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data">Client</A> <B>getClient</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;clientId)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Returns the previously registered third-party <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>clientId</CODE> - the client id
<DT><B>Returns:</B><DD>Client
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="createRequestToken(org.apache.cxf.rs.security.oauth.data.RequestTokenRegistration)"><!-- --></A><H3>
createRequestToken</H3>
<PRE>
<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestToken</A> <B>createRequestToken</B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestTokenRegistration</A>&nbsp;reg)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Creates a temporarily request token which will capture the
information about the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A> attempting to access or
modify the resource owner's resource
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reg</CODE> - RequestTokenRegistration
<DT><B>Returns:</B><DD>new request token
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>RequestTokenRegistration</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getRequestToken(java.lang.String)"><!-- --></A><H3>
getRequestToken</H3>
<PRE>
<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data">RequestToken</A> <B>getRequestToken</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;requestToken)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Returns the previously registered <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>RequestToken</CODE></A>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>requestToken</CODE> - the token key
<DT><B>Returns:</B><DD>RequestToken
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="finalizeAuthorization(org.apache.cxf.rs.security.oauth.data.AuthorizationInput)"><!-- --></A><H3>
finalizeAuthorization</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>finalizeAuthorization</B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AuthorizationInput.html" title="class in org.apache.cxf.rs.security.oauth.data">AuthorizationInput</A>&nbsp;data)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Sets the verifier confirming the resource owner's agreement for
the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Client.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>Client</CODE></A> to perform the action as represented by
the provided <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/RequestToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>RequestToken</CODE></A>. The runtime will report
this verifier to the client who will exchange it for
a new <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessToken</CODE></A>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - AuthorizationInput
<DT><B>Returns:</B><DD>the generated verifier
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="createAccessToken(org.apache.cxf.rs.security.oauth.data.AccessTokenRegistration)"><!-- --></A><H3>
createAccessToken</H3>
<PRE>
<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessToken</A> <B>createAccessToken</B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessTokenRegistration</A>&nbsp;reg)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Creates a new <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessToken</CODE></A>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reg</CODE> - <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessTokenRegistration.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessTokenRegistration</CODE></A> instance which captures
a request token approved by the resource owner
<DT><B>Returns:</B><DD>new AccessToken
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getAccessToken(java.lang.String)"><!-- --></A><H3>
getAccessToken</H3>
<PRE>
<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data">AccessToken</A> <B>getAccessToken</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;accessToken)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Returns the <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/AccessToken.html" title="class in org.apache.cxf.rs.security.oauth.data"><CODE>AccessToken</CODE></A>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>accessToken</CODE> - the token key
<DT><B>Returns:</B><DD>AccessToken
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeToken(org.apache.cxf.rs.security.oauth.data.Token)"><!-- --></A><H3>
removeToken</H3>
<PRE>
void <B>removeToken</B>(<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/data/Token.html" title="class in org.apache.cxf.rs.security.oauth.data">Token</A>&nbsp;token)
throws <A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></PRE>
<DL>
<DD>Removes the token
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>token</CODE> - the token
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider">OAuthServiceException</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OAuthDataProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/MD5SequenceGenerator.html" title="class in org.apache.cxf.rs.security.oauth.provider"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../../org/apache/cxf/rs/security/oauth/provider/OAuthServiceException.html" title="class in org.apache.cxf.rs.security.oauth.provider"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/cxf/rs/security/oauth/provider/OAuthDataProvider.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="OAuthDataProvider.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Apache CXF
</BODY>
</HTML>