@Deprecated public class IDPEntry extends Object
Constructor and Description |
---|
IDPEntry()
Deprecated.
Default Constructor.
|
IDPEntry(Element root)
Deprecated.
Constructor creates
IDPEntry Object from
Document Element. |
IDPEntry(String providerID,
String providerName,
String location)
Deprecated.
Constructor creates
IDPEntry object. |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Deprecated.
Returns the location URI of the Identity Provider.
|
String |
getProviderID()
Deprecated.
Returns the value of
ProviderID attribute. |
String |
getProviderName()
Deprecated.
Returns the Identity Provider Name.
|
void |
setLocation(String location)
Deprecated.
Sets the location URI of the Identity Provider.
|
void |
setProviderID(String providerID)
Deprecated.
Sets the value of
ProviderID attribute. |
void |
setProviderName(String providerName)
Deprecated.
Sets the Identity Provider Name.
|
String |
toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
public IDPEntry()
public IDPEntry(String providerID, String providerName, String location)
IDPEntry
object.providerID
- the Identity Provider identifier.providerName
- the Identity Provider name.location
- The location corresponding to this IdP entry.public IDPEntry(Element root) throws FSMsgException
IDPEntry
Object from
Document Element.root
- Document Element of IDPEntry
object.FSMsgException
- if IDPEntry
cannot be created.public String getProviderID()
ProviderID
attribute.ProviderID
attribute.IDPEntry.setProviderID(String)
public void setProviderID(String providerID)
ProviderID
attribute.providerID
- the value of ProviderID
attribute.IDPEntry.getProviderID()
public String getProviderName()
IDPEntry.setProviderName(String)
public void setProviderName(String providerName)
providerName
- the Identity Provider Name.IDPEntry.getProviderName()
public String getLocation()
IDPEntry.setLocation(String)
public void setLocation(String location)
location
- the location URI of the Identity Provider.IDPEntry.getLocation()
public String toXMLString() throws FSMsgException
FSMsgException
public String toXMLString(boolean includeNS, boolean declareNS) throws FSMsgException
includeNS
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.FSMsgException
- if there is an error converting
this object ot a string.public String toXMLString(boolean includeNS, boolean declareNS, boolean includeHeader) throws FSMsgException
includeNS
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.includeHeader
- Determines whether the output include the xml
declaration header.FSMsgException
- if there is an error converting
this object ot a string.Copyright © 2010-2018, ForgeRock All Rights Reserved.