public interface IDPEntry
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
ProviderID attribute value. |
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
ProviderID attribute value. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
String getProviderID()
ProviderID
attribute value.ProviderID
attribute.IDPEntry.setProviderID(String)
void setProviderID(String uri) throws SAML2Exception
ProviderID
attribute value.uri
- new value of ProviderID
attribute.SAML2Exception
- if the object is immutable.IDPEntry.getProviderID()
String getName()
Name
attribute.Name
attribute.IDPEntry.setName(String)
void setName(String name) throws SAML2Exception
Name
attribute.name
- new value of Name
attribute.SAML2Exception
- if the object is immutable.IDPEntry.getName()
String getLoc()
Loc
attribute.Loc
attribute.IDPEntry.setLoc(String)
void setLoc(String locationURI) throws SAML2Exception
Loc
attribute.locationURI
- value of Loc
attribute.SAML2Exception
- if the object is immutable.IDPEntry.getLoc()
String toXMLString() throws SAML2Exception
SAML2Exception
- if cannot create String object.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
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.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.