Package com.sun.identity.saml2.protocol
Interface IDPEntry
- All Superinterfaces:
XmlSerializable
This interface defines methods to set/retrieve single identity provider
information trusted by the request issuer to authenticate the presenter.
-
Method Summary
Modifier and TypeMethodDescriptiongetLoc()Return the value ofLocattribute.getName()Returns the value ofNameattribute.Returns theProviderIDattribute value.booleanReturns true if object is mutable.voidMakes this object immutable.voidSets the value ofLocattribute.voidSets the value ofNameattribute.voidsetProviderID(String uri) Sets theProviderIDattribute value.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getProviderID
String getProviderID()Returns theProviderIDattribute value.- Returns:
- value of the
ProviderIDattribute. - See Also:
-
setProviderID
Sets theProviderIDattribute value.- Parameters:
uri- new value ofProviderIDattribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
getName
String getName()Returns the value ofNameattribute.- Returns:
- value of the
Nameattribute. - See Also:
-
setName
Sets the value ofNameattribute.- Parameters:
name- new value ofNameattribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
getLoc
String getLoc()Return the value ofLocattribute.- Returns:
- value of
Locattribute. - See Also:
-
setLoc
Sets the value ofLocattribute.- Parameters:
locationURI- value ofLocattribute.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if object is mutable.
-