public class DiscoSDKUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHN_STMT
Key for
AuthenticationStatement . |
static ResourceBundle |
bundle
ResourceBundle object for discovery service. |
static String |
CREDENTIALS
Key for credentials.
|
static String |
CREDENTIALS_OBJ
Key for credential objects.
|
static Debug |
debug
Debug object for discovery service. |
static String |
OFFERINGS
Key for offerings.
|
static String |
RES_SESSION_STMT
Key for
ResourceAccessStatement with
SessionContext . |
static String |
RES_STMT
Key for
ResourceAccessStatement . |
static String |
SESSION_STMT
Key for
SessionContextStatement . |
Modifier | Constructor and Description |
---|---|
protected |
DiscoSDKUtils()
Constructor
iPlanet-PRIVATE-DEFAULT-CONSTRUCTOR
|
Modifier and Type | Method and Description |
---|---|
static com.sun.identity.liberty.ws.disco.jaxb11.ObjectFactory |
getDisco11Factory()
Gets discovery service jaxb11 object factory.
|
static com.sun.identity.liberty.ws.disco.plugins.jaxb.ObjectFactory |
getDiscoEntryFactory()
Gets Disco Entry object factory.
|
static com.sun.identity.liberty.ws.disco.jaxb.ObjectFactory |
getDiscoFactory()
Gets discovery service object factory.
|
static Marshaller |
getDiscoMarshaller()
Gets marshaller.
|
static Unmarshaller |
getDiscoUnmarshaller()
Gets unmarshaller.
|
static List |
parseOptions(Element child)
Parses Options element.
|
static Status |
parseStatus(Element elem)
Parses Status element.
|
static Element |
parseXML(String xmlString)
Obtains DOM Element from an xml String.
|
public static ResourceBundle bundle
ResourceBundle
object for discovery service.public static Debug debug
Debug
object for discovery service.public static final String OFFERINGS
public static final String CREDENTIALS
public static final String CREDENTIALS_OBJ
public static final String RES_STMT
ResourceAccessStatement
.public static final String RES_SESSION_STMT
ResourceAccessStatement
with
SessionContext
.public static final String SESSION_STMT
SessionContextStatement
.public static final String AUTHN_STMT
AuthenticationStatement
.protected DiscoSDKUtils()
public static com.sun.identity.liberty.ws.disco.jaxb.ObjectFactory getDiscoFactory()
public static com.sun.identity.liberty.ws.disco.jaxb11.ObjectFactory getDisco11Factory()
public static com.sun.identity.liberty.ws.disco.plugins.jaxb.ObjectFactory getDiscoEntryFactory()
DiscoEntry
.public static Marshaller getDiscoMarshaller() throws JAXBException
JAXBException
public static Unmarshaller getDiscoUnmarshaller() throws JAXBException
JAXBException
public static Status parseStatus(Element elem) throws DiscoveryException
elem
- Status element.DiscoveryException
- if error occurs.public static List parseOptions(Element child) throws DiscoveryException
child
- Options element.DiscoveryException
- if error occurs.public static Element parseXML(String xmlString) throws DiscoveryException
xmlString
- String format of an element.DiscoveryException
- if error occurs.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.