|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.expressme.openid.OpenIdManager
public class OpenIdManager
Open ID Manager for all open id operation.
| Constructor Summary | |
|---|---|
OpenIdManager()
|
|
| Method Summary | |
|---|---|
Authentication |
getAuthentication(javax.servlet.http.HttpServletRequest request,
byte[] key)
Deprecated. Using getAuthentication(HttpServletRequest request, byte[] key, String alias) instead. |
Authentication |
getAuthentication(javax.servlet.http.HttpServletRequest request,
byte[] key,
java.lang.String alias)
Get authentication information from HTTP request, key.and alias |
java.lang.String |
getAuthenticationUrl(Endpoint endpoint,
Association association)
|
Association |
lookupAssociation(Endpoint endpoint)
|
Endpoint |
lookupEndpoint(java.lang.String nameOrUrl)
Lookup end point by name or full URL. |
void |
setRealm(java.lang.String realm)
Set realm. |
void |
setReturnTo(java.lang.String returnTo)
Set returning address after authentication. |
void |
setTimeOut(int timeOutInMilliseconds)
Set timeout in milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenIdManager()
| Method Detail |
|---|
public void setReturnTo(java.lang.String returnTo)
returnTo - URL that should redirect to.public void setRealm(java.lang.String realm)
realm - Realm of RP.public void setTimeOut(int timeOutInMilliseconds)
public Authentication getAuthentication(javax.servlet.http.HttpServletRequest request,
byte[] key)
public Authentication getAuthentication(javax.servlet.http.HttpServletRequest request,
byte[] key,
java.lang.String alias)
public Endpoint lookupEndpoint(java.lang.String nameOrUrl)
public Association lookupAssociation(Endpoint endpoint)
public java.lang.String getAuthenticationUrl(Endpoint endpoint,
Association association)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||