public interface AttributeConsumingService extends SAMLObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name
|
static String |
INDEX_ATTRIB_NAME
"index" attribute's local name
|
static String |
IS_DEFAULT_ATTRIB_NAME
"isDefault" attribute's local name
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type
|
static QName |
TYPE_NAME
QName of the XSI type
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<ServiceDescription> |
getDescriptions()
Gets the descriptions for this service.
|
int |
getIndex()
Gets the index for this service.
|
List<ServiceName> |
getNames()
Gets the list of names this service has.
|
List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests.
|
Boolean |
isDefault()
Checks if this is the default service for the service provider.
|
XSBooleanValue |
isDefaultXSBoolean()
Checks if this is the default service for the service provider.
|
void |
setIndex(int index)
Sets the index for this service.
|
void |
setIsDefault(Boolean newIsDefault)
Sets if this is the default service for the service provider.
|
void |
setIsDefault(XSBooleanValue newIsDefault)
Sets if this is the default service for the service provider.
|
deregisterValidator, getValidators, registerValidator, validate
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String INDEX_ATTRIB_NAME
int getIndex()
void setIndex(int index)
index
- the index for this serviceBoolean isDefault()
XSBooleanValue isDefaultXSBoolean()
void setIsDefault(Boolean newIsDefault)
newIsDefault
- true if this is the default service, false if notvoid setIsDefault(XSBooleanValue newIsDefault)
newIsDefault
- true if this is the default service, false if notList<ServiceName> getNames()
List<ServiceDescription> getDescriptions()
List<RequestedAttribute> getRequestAttributes()
Copyright © 2012. All Rights Reserved.