Package com.tivoli.am.fim.saml.protocol
Interface Saml20IDPEntry
public interface Saml20IDPEntry
A representation of the model object 'IDP Entry'.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLoc()
Returns the value of the 'Loc' reference.Returns the value of the 'Provider ID' containment reference.Returns the value of the 'Name' attribute.void
Sets the value of the '{Loc}' reference.void
setProviderID
(String value) Sets the value of the 'Provider ID
' containment reference.void
setProviderName
(String value) Sets the value of the '{ Name}' attribute.
-
Field Details
-
Saml20IDPEntry_java_sourceCodeID
- See Also:
-
Saml20IDPEntry_java_copyright
- See Also:
-
-
Method Details
-
getProviderName
String getProviderName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setProviderName
Sets the value of the '{ Name}' attribute.- Parameters:
value
- the new value of the 'Provider Name' attribute.- See Also:
-
getProviderID
String getProviderID()Returns the value of the 'Provider ID' containment reference.- Returns:
- the value of the 'Provider ID' containment reference.
- See Also:
-
setProviderID
Sets the value of the 'Provider ID
' containment reference.- Parameters:
value
- the new value of the 'Provider ID' containment reference.- See Also:
-
getLoc
String getLoc()Returns the value of the 'Loc' reference.- Returns:
- the value of the 'Loc' reference.
-
setLoc
Sets the value of the '{Loc}' reference.- Parameters:
value
- the new value of the 'Loc' reference.- See Also:
-