|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SPSSODescriptor
SAML 2.0 Metadata SPSSODescriptorType
| Field Summary | |
|---|---|
static String |
AUTH_REQUESTS_SIGNED_ATTRIB_NAME
"AuthnRequestsSigned" attribute's local name |
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace |
static QName |
DEFAULT_ELEMENT_NAME
Default element name |
static String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static QName |
TYPE_NAME
QName of the XSI type |
static String |
WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
"WantAssertionsSigned" attribute's local name |
| Fields inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
|---|
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME |
| Fields inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
|---|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME |
| Fields inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
|---|
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME |
| Method Summary | |
|---|---|
List<AssertionConsumerService> |
getAssertionConsumerServices()
Gets an list of assertion consumer service Endpoints for this service. |
List<AttributeConsumingService> |
getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service. |
AssertionConsumerService |
getDefaultAssertionConsumerService()
Gets the default assertion consumer service. |
AttributeConsumingService |
getDefaultAttributeConsumingService()
Gets the default attribute consuming service. |
Boolean |
getWantAssertionsSigned()
Gets whether this service wants assertions signed. |
XSBooleanValue |
getWantAssertionsSignedXSBoolean()
Gets whether this service wants assertions signed. |
Boolean |
isAuthnRequestsSigned()
Gets whether this service signs AuthN requests. |
XSBooleanValue |
isAuthnRequestsSignedXSBoolean()
Gets whether this service signs AuthN requests. |
void |
setAuthnRequestsSigned(Boolean newIsSigned)
Sets whether this service signs AuthN requests. |
void |
setAuthnRequestsSigned(XSBooleanValue newIsSigned)
Sets whether this service signs AuthN requests. |
void |
setWantAssertionsSigned(Boolean newWantAssestionSigned)
Sets whether this service wants assertions signed. |
void |
setWantAssertionsSigned(XSBooleanValue newWantAssestionSigned)
Sets whether this service wants assertions signed. |
| Methods inherited from interface org.opensaml.saml2.metadata.SSODescriptor |
|---|
getArtifactResolutionServices, getDefaultArtifactResolutionService, getDefaultArtificateResolutionService, getManageNameIDServices, getNameIDFormats, getSingleLogoutServices |
| Methods inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
|---|
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization |
| Methods inherited from interface org.opensaml.common.SignableSAMLObject |
|---|
getSignatureReferenceID |
| Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject |
|---|
getSignature, isSigned, setSignature |
| Methods inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
|---|
getValidUntil, isValid, setValidUntil |
| Methods inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
|---|
getCacheDuration, setCacheDuration |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
|---|
getUnknownAttributes |
| Field Detail |
|---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String AUTH_REQUESTS_SIGNED_ATTRIB_NAME
static final String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
| Method Detail |
|---|
Boolean isAuthnRequestsSigned()
XSBooleanValue isAuthnRequestsSignedXSBoolean()
void setAuthnRequestsSigned(Boolean newIsSigned)
newIsSigned - true of this service signs requests, false if notvoid setAuthnRequestsSigned(XSBooleanValue newIsSigned)
newIsSigned - true of this service signs requests, false if notBoolean getWantAssertionsSigned()
XSBooleanValue getWantAssertionsSignedXSBoolean()
void setWantAssertionsSigned(Boolean newWantAssestionSigned)
newWantAssestionSigned - true if this service wants assertions signed, false if notvoid setWantAssertionsSigned(XSBooleanValue newWantAssestionSigned)
newWantAssestionSigned - true if this service wants assertions signed, false if notList<AssertionConsumerService> getAssertionConsumerServices()
Endpoints for this service.
Endpoints for this serviceAssertionConsumerService getDefaultAssertionConsumerService()
The selection algorithm used is:
isDefault=trueisDefault
List<AttributeConsumingService> getAttributeConsumingServices()
AttributeConsumingService getDefaultAttributeConsumingService()
The selection algorithm used is:
isDefault=trueisDefault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||