com.dyuproject.openid
Class Identifier
java.lang.Object
com.dyuproject.openid.Identifier
- All Implemented Interfaces:
- Serializable
public class Identifier
- extends Object
- implements Serializable
The openid identifier is the user-supplied openid.
- Author:
- David Yu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHECKED_PREFIX
public static final String CHECKED_PREFIX
- See Also:
- Constant Field Values
ASSIGNED_PREFIX
public static final String ASSIGNED_PREFIX
- See Also:
- Constant Field Values
Identifier
public Identifier(String id)
resolve
public void resolve(String url)
resolve
public void resolve(String url,
boolean xrds)
resolve
public void resolve(String url,
String newId)
resolve
public void resolve(String url,
boolean xrds,
String newId)
getUrl
public String getUrl()
getId
public String getId()
isUrlContentTypeXrds
public boolean isUrlContentTypeXrds()
isResolved
public boolean isResolved()
getIdentifier
public static Identifier getIdentifier(String id,
Identifier.Resolver resolver,
OpenIdContext context)
Copyright © 2013. All Rights Reserved.