org.opensaml.saml2.core
Interface IDPEntry

All Superinterfaces:
SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
IDPEntryImpl

public interface IDPEntry
extends SAMLObject

SAML 2.0 Core IDPEntry.


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

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.


PROVIDER_ID_ATTRIB_NAME

static final String PROVIDER_ID_ATTRIB_NAME
ProviderID attribute name.

See Also:
Constant Field Values

NAME_ATTRIB_NAME

static final String NAME_ATTRIB_NAME
Name attribute name.

See Also:
Constant Field Values

LOC_ATTRIB_NAME

static final String LOC_ATTRIB_NAME
Loc attribute name.

See Also:
Constant Field Values
Method Detail

getProviderID

String getProviderID()
Gets ProviderID URI.

Returns:
the ProviderID URI

setProviderID

void setProviderID(String newProviderID)
Sets the ProviderID URI.

Parameters:
newProviderID - the new ProviderID URI

getName

String getName()
Gets the Name value.

Returns:
the Name value

setName

void setName(String newName)
Sets the Name value.

Parameters:
newName - the Name value

getLoc

String getLoc()
Gets the Loc value.

Returns:
the Loc value

setLoc

void setLoc(String newLoc)
Sets the Loc value.

Parameters:
newLoc - the new Loc value


Copyright © 1999-2013. All Rights Reserved.