Constructor and Description |
---|
IDPEntryImpl()
Constructor to create
IDPEntry Object. |
IDPEntryImpl(Element element)
Constructor to create
IDPEntry Object. |
IDPEntryImpl(String xmlString)
Constructor to create
IDPEntry Object. |
Modifier and Type | Method and Description |
---|---|
String |
getLoc()
Return the value of
Loc attribute. |
String |
getName()
Returns the value of
Name attribute. |
String |
getProviderID()
Returns the value of
ProviderID attribute. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setLoc(String locationURI)
Sets the value of
Loc attribute. |
void |
setName(String name)
Sets the value of
Name attribute. |
void |
setProviderID(String uri)
Sets the value of
ProviderID attribute. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
public IDPEntryImpl()
IDPEntry
Object.public IDPEntryImpl(Element element) throws SAML2Exception
IDPEntry
Object.element
- Document Element of IDPEntry object.
SAML2Exception
- if IDPEntry cannot be created.
public IDPEntryImpl(String xmlString) throws SAML2Exception
IDPEntry
Object.xmlString
- XML Representation of the IDPEntry object.
SAML2Exception
- if IDPEntry cannot be created.
public String getProviderID()
ProviderID
attribute.getProviderID
in interface IDPEntry
ProviderID
attribute.setProviderID(String)
public void setProviderID(String uri) throws SAML2Exception
ProviderID
attribute.setProviderID
in interface IDPEntry
uri
- new value of ProviderID
attribute.SAML2Exception
- if the object is immutable.getProviderID()
public String getName()
Name
attribute.getName
in interface IDPEntry
Name
attribute.setName(String)
public void setName(String name) throws SAML2Exception
Name
attribute.setName
in interface IDPEntry
name
- new value of Name
attribute.SAML2Exception
- if the object is immutable.getName()
public String getLoc()
Loc
attribute.getLoc
in interface IDPEntry
Loc
attribute.setLoc(String)
public void setLoc(String locationURI) throws SAML2Exception
Loc
attribute.setLoc
in interface IDPEntry
locationURI
- value of Loc
attribute.SAML2Exception
- if the object is immutable.getLoc()
public String toXMLString() throws SAML2Exception
toXMLString
in interface IDPEntry
SAML2Exception
- if cannot create String object.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface IDPEntry
includeNSPrefix
- 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.SAML2Exception
- if cannot create String object.public void makeImmutable()
makeImmutable
in interface IDPEntry
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.