Package com.tivoli.am.fim.saml.protocol
Interface Saml20AuthnRequest
-
public interface Saml20AuthnRequest
A representation of the model object 'Authn Request Type'.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
Saml20AuthnRequest_java_copyright
static java.lang.String
Saml20AuthnRequest_java_sourceCodeID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getAssertionConsumerServiceIndex()
Returns the value of the 'Assertion Consumer Service Index' attribute.java.lang.String
getAssertionConsumerServiceURL()
Returns the value of the 'Assertion Consumer Service URL' attribute.short
getAttributeConsumingServiceIndex()
Returns the value of the 'Attribute Consumer Service Index' attribute.Saml20Conditions
getConditions()
Returns the value of the 'Conditions' containment reference.Saml20NameIDPolicy
getNameIDPolicy()
Returns the value of the 'Name ID Policy' containment reference.java.lang.String
getProtocolBinding()
Returns the value of the 'Protocol Binding' attribute.java.lang.String
getProviderName()
Returns the value of the 'Provider name' containment reference.Saml20RequestedAuthnContext
getRequestedAuthnContext()
Returns the value of the 'Requested Authn Context' containment reference.Saml20Scoping
getScoping()
Returns the value of the 'Scoping' containment reference.Saml20Subject
getSubject()
Returns the value of the 'Saml20Subject' attribute.boolean
isForceAuthn()
Returns the value of the 'Force Authn' attribute.boolean
isIncludeForceAuthn()
Return whether to include 'Force Authn' attribute.boolean
isIncludeIsPassive()
Return whether to include 'Is Passive' attribute.boolean
isIsPassive()
Returns the value of the 'Is Passive' attribute.boolean
isSetAssertionConsumerServiceIndex()
Returns whether the value of the '{AssertionConsumerServiceIndex}' attribute is set in a received message.boolean
isSetAttributeConsumingServiceIndex()
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
setAssertionConsumerServiceURL(java.lang.String value)
Sets the value of the 'Assertion Consumer Service ID
' attribute.void
setAttributeConsumingServiceIndex(short value)
Sets the value of the 'Assertion Consumer Service ID
' attribute.void
setConditions(Saml20Conditions value)
Sets the value of the 'Conditions
' containment reference.void
setForceAuthn(boolean value)
Sets the value of the 'Force Authn
' attribute.void
setIncludeForceAuthn(boolean value)
Set whether to include 'Force Authn' attribute.void
setIncludeIsPassive(boolean value)
Set whether to include 'Is Passive' attribute.void
setIsPassive(boolean value)
Sets the value of the 'Is Passive
' attribute.void
setNameIDPolicy(Saml20NameIDPolicy value)
Sets the value of the 'Name ID Policy
' containment reference.void
setProtocolBinding(java.lang.String value)
Sets the value of the '{ Protocol Binding}' attribute.void
setProviderName(java.lang.String value)
Sets the value of the '{Provider name}' containment reference.void
setRequestedAuthnContext(Saml20RequestedAuthnContext value)
Sets the value of the 'Request Authn Context
' containment reference.void
setScoping(Saml20Scoping value)
Sets the value of the 'Scoping
' containment reference.void
setSubject(Saml20Subject value)
Sets the value of the 'Saml20Subject
' element.void
unsetAssertionConsumerServiceIndex()
Unsets the value of the '{AssertionConsumerServiceIndex}' attribute.void
unsetAttributeConsumingServiceIndex()
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)
-
setForceAuthn
void setForceAuthn(boolean value)
Sets the value of the 'Force Authn
' attribute.- Parameters:
value
- the new value of the 'Force Authn' attribute.- See Also:
isForceAuthn()
-
isIncludeForceAuthn
boolean isIncludeForceAuthn()
Return whether to include 'Force Authn' attribute.- See Also:
setIncludeForceAuthn(boolean)
-
setIncludeForceAuthn
void setIncludeForceAuthn(boolean value)
Set whether to include 'Force Authn' attribute.- See Also:
isIncludeForceAuthn()
-
isIsPassive
boolean isIsPassive()
Returns the value of the 'Is Passive' attribute.- Returns:
- the value of the 'Is Passive' attribute.
- See Also:
setIsPassive(boolean)
-
setIsPassive
void setIsPassive(boolean value)
Sets the value of the 'Is Passive
' attribute.- Parameters:
value
- the new value of the 'Is Passive' attribute.- See Also:
isIsPassive()
-
isIncludeIsPassive
boolean isIncludeIsPassive()
Return whether to include 'Is Passive' attribute.- Returns:
- whether to include 'Is Passive' attribute.
- See Also:
setIncludeIsPassive(boolean)
-
setIncludeIsPassive
void setIncludeIsPassive(boolean value)
Set whether to include 'Is Passive' attribute.- See Also:
isIncludeIsPassive()
-
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)
-
setProtocolBinding
void setProtocolBinding(java.lang.String value)
Sets the value of the '{ Protocol Binding}' attribute.- Parameters:
value
- the new value of the 'Protocol Binding' containment reference.- See Also:
getProtocolBinding()
-
getConditions
Saml20Conditions getConditions()
Returns the value of the 'Conditions' containment reference.- Returns:
- the value of the 'Conditions' containment reference.
- See Also:
#setConditions(Saml20Conditions)
,#Conditions
-
setConditions
void setConditions(Saml20Conditions value)
Sets the value of the 'Conditions
' containment reference.- Parameters:
value
- the new value of the 'Conditions' containment reference.- See Also:
getConditions()
-
getSubject
Saml20Subject getSubject()
Returns the value of the 'Saml20Subject' attribute.- Returns:
- the value of the 'Saml20Issuer' attribute.
- See Also:
#setSubject(Saml20Subject)
-
setSubject
void setSubject(Saml20Subject value)
Sets the value of the 'Saml20Subject
' element.- Parameters:
value
- the new value of the 'Saml20Issuer' element.- See Also:
getSubject()
-
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)
-
setAttributeConsumingServiceIndex
void setAttributeConsumingServiceIndex(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:
#getAttributeConsumingServiceID()
-
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()
-
getNameIDPolicy
Saml20NameIDPolicy getNameIDPolicy()
Returns the value of the 'Name ID Policy' containment reference.- Returns:
- the value of the 'Name ID Policy' containment reference.
- See Also:
#setNameIDPolicy(Saml20NameIDPolicy)
-
setNameIDPolicy
void setNameIDPolicy(Saml20NameIDPolicy value)
Sets the value of the 'Name ID Policy
' containment reference.- Parameters:
value
- the new value of the 'Name ID Policy' containment reference.- See Also:
getNameIDPolicy()
-
getRequestedAuthnContext
Saml20RequestedAuthnContext getRequestedAuthnContext()
Returns the value of the 'Requested Authn Context' containment reference.- Returns:
- the value of the 'Request Authn Context' containment reference.
- See Also:
#setRequestedAuthnContext(Saml20RequestedAuthnContext)
-
setRequestedAuthnContext
void setRequestedAuthnContext(Saml20RequestedAuthnContext value)
Sets the value of the 'Request Authn Context
' containment reference.- Parameters:
value
- the new value of the 'Requested Authn Context' containment reference.- See Also:
#getRequestAuthnContext()
-
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()
-
-