org.openid4java.discovery
Class DiscoveryInformation
java.lang.Object
org.openid4java.discovery.DiscoveryInformation
- All Implemented Interfaces:
- java.io.Serializable
public class DiscoveryInformation
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Marius Scurtescu, Johnny Bufu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_opEndpoint
java.net.URL _opEndpoint
_claimedIdentifier
Identifier _claimedIdentifier
_delegate
java.lang.String _delegate
_version
java.lang.String _version
OPENID10
public static final java.lang.String OPENID10
- See Also:
- Constant Field Values
OPENID11
public static final java.lang.String OPENID11
- See Also:
- Constant Field Values
OPENID2
public static final java.lang.String OPENID2
- See Also:
- Constant Field Values
OPENID2_OP
public static final java.lang.String OPENID2_OP
- See Also:
- Constant Field Values
OPENID2_RP
public static final java.lang.String OPENID2_RP
- See Also:
- Constant Field Values
DiscoveryInformation
public DiscoveryInformation(java.net.URL opEndpoint)
throws DiscoveryException
- Throws:
DiscoveryException
DiscoveryInformation
public DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier)
throws DiscoveryException
- Throws:
DiscoveryException
DiscoveryInformation
public DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier,
java.lang.String version)
throws DiscoveryException
- Throws:
DiscoveryException
DiscoveryInformation
public DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier,
java.lang.String delegate,
java.lang.String version)
throws DiscoveryException
- Throws:
DiscoveryException
hasClaimedIdentifier
public boolean hasClaimedIdentifier()
hasDelegateIdentifier
public boolean hasDelegateIdentifier()
getOPEndpoint
public java.net.URL getOPEndpoint()
getClaimedIdentifier
public Identifier getClaimedIdentifier()
getDelegateIdentifier
public java.lang.String getDelegateIdentifier()
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
isVersion2
public boolean isVersion2()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2006-2007 Sxip Identity Corporation