Package com.tivoli.am.fim.saml.protocol
Interface Saml20AuthnRequest
-
public interface Saml20AuthnRequestA representation of the model object 'Authn Request Type'.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSaml20AuthnRequest_java_copyrightstatic java.lang.StringSaml20AuthnRequest_java_sourceCodeID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetAssertionConsumerServiceIndex()Returns the value of the 'Assertion Consumer Service Index' attribute.java.lang.StringgetAssertionConsumerServiceURL()Returns the value of the 'Assertion Consumer Service URL' attribute.shortgetAttributeConsumingServiceIndex()Returns the value of the 'Attribute Consumer Service Index' attribute.java.lang.StringgetProtocolBinding()Returns the value of the 'Protocol Binding' attribute.java.lang.StringgetProviderName()Returns the value of the 'Provider name' containment reference.Saml20ScopinggetScoping()Returns the value of the 'Scoping' containment reference.booleanisForceAuthn()Returns the value of the 'Force Authn' attribute.booleanisIncludeForceAuthn()Return whether to include 'Force Authn' attribute.booleanisIncludeIsPassive()Return whether to include 'Is Passive' attribute.booleanisIsPassive()Returns the value of the 'Is Passive' attribute.booleanisSetAssertionConsumerServiceIndex()Returns whether the value of the '{AssertionConsumerServiceIndex}' attribute is set in a received message.booleanisSetAttributeConsumingServiceIndex()Returns whether the value of the '{ AttributeConsumingServiceIndex}' attribute is set in a received message.voidsetAssertionConsumerServiceIndex(short value)Sets the value of the 'Assertion Consumer Service ID' attribute.voidsetAssertionConsumerServiceURL(java.lang.String value)Sets the value of the 'Assertion Consumer Service ID' attribute.voidsetProviderName(java.lang.String value)Sets the value of the '{Provider name}' containment reference.voidsetScoping(Saml20Scoping value)Sets the value of the 'Scoping' containment reference.voidunsetAssertionConsumerServiceIndex()Unsets the value of the '{AssertionConsumerServiceIndex}' attribute.voidunsetAttributeConsumingServiceIndex()Unsets the value of the '{ AttributeConsumingServiceIndex}' attribute.
-
-
-
Field Detail
-
Saml20AuthnRequest_java_sourceCodeID
static final java.lang.String Saml20AuthnRequest_java_sourceCodeID
- See Also:
- Constant Field Values
-
Saml20AuthnRequest_java_copyright
static final java.lang.String Saml20AuthnRequest_java_copyright
-
-
Method Detail
-
isForceAuthn
boolean isForceAuthn()
Returns the value of the 'Force Authn' attribute.- Returns:
- the value of the 'Force Authn' attribute.
- See Also:
setForceAuthn(boolean)
-
isIncludeForceAuthn
boolean isIncludeForceAuthn()
Return whether to include 'Force Authn' attribute.- See Also:
setIncludeForceAuthn(boolean)
-
isIsPassive
boolean isIsPassive()
Returns the value of the 'Is Passive' attribute.- Returns:
- the value of the 'Is Passive' attribute.
- See Also:
setIsPassive(boolean)
-
isIncludeIsPassive
boolean isIncludeIsPassive()
Return whether to include 'Is Passive' attribute.- Returns:
- whether to include 'Is Passive' attribute.
- See Also:
setIncludeIsPassive(boolean)
-
getProtocolBinding
java.lang.String getProtocolBinding()
Returns the value of the 'Protocol Binding' attribute.- Returns:
- the value of the 'Protocol Binding' containment reference.
- See Also:
setProtocolBinding(String)
-
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:
#setAssertionConsumerServiceID(String)
-
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:
#getAssertionConsumerServiceID()
-
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:
#setAttributeConsumingServiceID(String)
-
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
java.lang.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(String)
-
setAssertionConsumerServiceURL
void setAssertionConsumerServiceURL(java.lang.String value)
Sets the value of the 'Assertion Consumer Service ID' attribute.- Parameters:
value- the new value of the 'Assertion Consumer Service ID' attribute.- See Also:
getAssertionConsumerServiceURL()
-
getProviderName
java.lang.String getProviderName()
Returns the value of the 'Provider name' containment reference.- Returns:
- the value of the 'Provider name' containment reference.
- See Also:
setProviderName(String)
-
setProviderName
void setProviderName(java.lang.String value)
Sets the value of the '{Provider name}' containment reference.- Parameters:
value- the new value of the 'Provider name' containment reference.- See Also:
getProviderName()
-
getScoping
Saml20Scoping getScoping()
Returns the value of the 'Scoping' containment reference.- Returns:
- the value of the 'Scoping' containment reference.
- See Also:
setScoping(Saml20Scoping)
-
setScoping
void setScoping(Saml20Scoping value)
Sets the value of the 'Scoping' containment reference.- Parameters:
value- the new value of the 'Scoping' containment reference.- See Also:
getScoping()
-
-