org.opensaml.saml2.core
Interface IDPEntry

All Superinterfaces:
SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
IDPEntryImpl

public interface IDPEntry
extends SAMLObject

SAML 2.0 Core IDPEntry.


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element local name.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name.
static java.lang.String LOC_ATTRIB_NAME
          Loc attribute name.
static java.lang.String NAME_ATTRIB_NAME
          Name attribute name.
static java.lang.String PROVIDER_ID_ATTRIB_NAME
          ProviderID attribute name.
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 java.lang.String getLoc()
          Gets the Loc value.
 java.lang.String getName()
          Gets the Name value.
 java.lang.String getProviderID()
          Gets ProviderID URI.
 void setLoc(java.lang.String newLoc)
          Sets the Loc value.
 void setName(java.lang.String newName)
          Sets the Name value.
 void setProviderID(java.lang.String newProviderID)
          Sets the ProviderID URI.
 
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


PROVIDER_ID_ATTRIB_NAME

static final java.lang.String PROVIDER_ID_ATTRIB_NAME
ProviderID attribute name.

See Also:
Constant Field Values

NAME_ATTRIB_NAME

static final java.lang.String NAME_ATTRIB_NAME
Name attribute name.

See Also:
Constant Field Values

LOC_ATTRIB_NAME

static final java.lang.String LOC_ATTRIB_NAME
Loc attribute name.

See Also:
Constant Field Values
Method Detail

getProviderID

java.lang.String getProviderID()
Gets ProviderID URI.

Returns:
the ProviderID URI

setProviderID

void setProviderID(java.lang.String newProviderID)
Sets the ProviderID URI.

Parameters:
newProviderID - the new ProviderID URI

getName

java.lang.String getName()
Gets the Name value.

Returns:
the Name value

setName

void setName(java.lang.String newName)
Sets the Name value.

Parameters:
newName - the Name value

getLoc

java.lang.String getLoc()
Gets the Loc value.

Returns:
the Loc value

setLoc

void setLoc(java.lang.String newLoc)
Sets the Loc value.

Parameters:
newLoc - the new Loc value


Copyright © 2006-2009 Internet2. All Rights Reserved.