Package com.tivoli.am.fim.saml.protocol
Interface Saml20AuthnRequest
public interface Saml20AuthnRequest
A representation of the model object 'Authn Request Type'.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionshort
Returns the value of the 'Assertion Consumer Service Index' attribute.Returns the value of the 'Assertion Consumer Service URL' attribute.short
Returns the value of the 'Attribute Consumer Service Index' attribute.Returns the value of the 'Protocol Binding' attribute.Returns the value of the 'Provider name' containment reference.Returns the value of the 'Scoping' containment reference.boolean
Returns the value of the 'Force Authn' attribute.boolean
Return whether to include 'Force Authn' attribute.boolean
Return whether to include 'Is Passive' attribute.boolean
Returns the value of the 'Is Passive' attribute.boolean
Returns whether the value of the '{AssertionConsumerServiceIndex}' attribute is set in a received message.boolean
Returns whether the value of the '{ AttributeConsumingServiceIndex}' attribute is set in a received message.void
setAssertionConsumerServiceIndex
(short value) Sets the value of the 'Assertion Consumer Service ID
' attribute.void
Sets the value of the 'Assertion Consumer Service ID
' attribute.void
setProviderName
(String value) Sets the value of the '{Provider name}' containment reference.void
setScoping
(Saml20Scoping value) Sets the value of the 'Scoping
' containment reference.void
Unsets the value of the '{AssertionConsumerServiceIndex}' attribute.void
Unsets the value of the '{ AttributeConsumingServiceIndex}' attribute.
-
Field Details
-
Saml20AuthnRequest_java_sourceCodeID
- See Also:
-
Saml20AuthnRequest_java_copyright
- See Also:
-
-
Method Details
-
isForceAuthn
boolean isForceAuthn()Returns the value of the 'Force Authn' attribute.- Returns:
- the value of the 'Force Authn' attribute.
- See Also:
-
isIncludeForceAuthn
boolean isIncludeForceAuthn()Return whether to include 'Force Authn' attribute.- See Also:
-
isIsPassive
boolean isIsPassive()Returns the value of the 'Is Passive' attribute.- Returns:
- the value of the 'Is Passive' attribute.
- See Also:
-
isIncludeIsPassive
boolean isIncludeIsPassive()Return whether to include 'Is Passive' attribute.- Returns:
- whether to include 'Is Passive' attribute.
- See Also:
-
getProtocolBinding
String getProtocolBinding()Returns the value of the 'Protocol Binding' attribute.- Returns:
- the value of the 'Protocol Binding' containment reference.
- See Also:
-
getAssertionConsumerServiceIndex
short getAssertionConsumerServiceIndex()Returns the value of the 'Assertion Consumer Service Index' attribute.- Returns:
- the value of the 'Assertion Consumer Service Index' attribute.
- See Also:
-
setAssertionConsumerServiceIndex
void setAssertionConsumerServiceIndex(short value) Sets the value of the 'Assertion Consumer Service ID
' attribute.- Parameters:
value
- the new value of the 'Assertion Consumer Service Index' attribute.- See Also:
-
unsetAssertionConsumerServiceIndex
void unsetAssertionConsumerServiceIndex()Unsets the value of the '{AssertionConsumerServiceIndex}' attribute. This ensures that the attribute will not be included in the message. -
isSetAssertionConsumerServiceIndex
boolean isSetAssertionConsumerServiceIndex()Returns whether the value of the '{AssertionConsumerServiceIndex}' attribute is set in a received message. -
getAttributeConsumingServiceIndex
short getAttributeConsumingServiceIndex()Returns the value of the 'Attribute Consumer Service Index' attribute.- Returns:
- the value of the 'Assertion Consumer Service Index' attribute.
- See Also:
-
unsetAttributeConsumingServiceIndex
void unsetAttributeConsumingServiceIndex()Unsets the value of the '{ AttributeConsumingServiceIndex}' attribute. This ensures that the attribute will not be included in the element. -
isSetAttributeConsumingServiceIndex
boolean isSetAttributeConsumingServiceIndex()Returns whether the value of the '{ AttributeConsumingServiceIndex}' attribute is set in a received message. -
getAssertionConsumerServiceURL
String getAssertionConsumerServiceURL()Returns the value of the 'Assertion Consumer Service URL' attribute.- Returns:
- the value of the 'Assertion Consumer Service URL' attribute.
- See Also:
-
setAssertionConsumerServiceURL
Sets the value of the 'Assertion Consumer Service ID
' attribute.- Parameters:
value
- the new value of the 'Assertion Consumer Service ID' attribute.- See Also:
-
getProviderName
String getProviderName()Returns the value of the 'Provider name' containment reference.- Returns:
- the value of the 'Provider name' containment reference.
- See Also:
-
setProviderName
Sets the value of the '{Provider name}' containment reference.- Parameters:
value
- the new value of the 'Provider name' containment reference.- See Also:
-
getScoping
Saml20Scoping getScoping()Returns the value of the 'Scoping' containment reference.- Returns:
- the value of the 'Scoping' containment reference.
- See Also:
-
setScoping
Sets the value of the 'Scoping
' containment reference.- Parameters:
value
- the new value of the 'Scoping' containment reference.- See Also:
-