Package uk.gov.ida.saml.metadata.domain
Class AssertionConsumerServiceEndpointDto
- java.lang.Object
-
- uk.gov.ida.saml.metadata.domain.SamlEndpointDto
-
- uk.gov.ida.saml.metadata.domain.AssertionConsumerServiceEndpointDto
-
public class AssertionConsumerServiceEndpointDto extends SamlEndpointDto
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.gov.ida.saml.metadata.domain.SamlEndpointDto
SamlEndpointDto.Binding
-
-
Constructor Summary
Constructors Constructor Description AssertionConsumerServiceEndpointDto(java.net.URI location, boolean isDefault, int index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssertionConsumerServiceEndpointDtocreateAssertionConsumerService(java.net.URI location, boolean isDefault, int index)intgetIndex()booleangetIsDefault()-
Methods inherited from class uk.gov.ida.saml.metadata.domain.SamlEndpointDto
createPostBinding, createSoapBinding, getBinding, getLocation
-
-
-
-
Method Detail
-
getIsDefault
public boolean getIsDefault()
-
getIndex
public int getIndex()
-
createAssertionConsumerService
public static AssertionConsumerServiceEndpointDto createAssertionConsumerService(java.net.URI location, boolean isDefault, int index)
-
-