Package com.tivoli.am.fim.saml.protocol
Interface Saml20IDPEntry
public interface Saml20IDPEntry
A representation of the model object 'IDP Entry'.
-
Field Summary
Fields -
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.voidSets the value of the '{Loc}' reference.voidsetProviderID(String value) Sets the value of the 'Provider ID' containment reference.voidsetProviderName(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:
-