BEA Systems, Inc.

com.bea.security.saml2.providers.registry
Interface IndexedEndpoint

All Superinterfaces:
Endpoint, Serializable
All Known Implementing Classes:
IndexedEndpointImpl

public interface IndexedEndpoint
extends Endpoint

Represents the endpoint that could be indexed, like Artifact Resolution Service's end point. These kind of services could have mutilple endpoints and could also be indexed.


Field Summary
 
Fields inherited from interface com.bea.security.saml2.providers.registry.Endpoint
HTTP_ARTIFACT_BINDING, HTTP_ARTIFACT_URN, HTTP_POST_BINDING, HTTP_POST_URN, HTTP_REDIRECT_BINDING, HTTP_REDIRECT_URN, SOAP_BINDING, SOAP_HTTP_URN
 
Method Summary
 int getIndex()
          The index of this endpoint.
 boolean isDefault()
          This flag indicates if this end point is the default endpoint.
 boolean isDefaultSet()
          Indicates if the "default" flag in IndexedEndpoint.isDefault() is set or not.
 void setDefault(boolean def)
          set the default flag for this end point.
 void setIndex(int index)
          set the index of this end point.
 void unsetDefault()
          Unset the default flag, so it becomes "unset".
 
Methods inherited from interface com.bea.security.saml2.providers.registry.Endpoint
getBinding, getLocation, setBinding, setLocation
 

Method Detail

getIndex

int getIndex()
The index of this endpoint.

Returns:
the index of the endpoint.

setIndex

void setIndex(int index)
set the index of this end point.

Parameters:
index - the index value.

isDefault

boolean isDefault()
This flag indicates if this end point is the default endpoint.

Returns:
if this end point is default.

setDefault

void setDefault(boolean def)
set the default flag for this end point.

Parameters:
def - the flag.
See Also:
IndexedEndpoint.isDefault()

isDefaultSet

boolean isDefaultSet()
Indicates if the "default" flag in IndexedEndpoint.isDefault() is set or not. if the value is not set, the returns value of the isDefault() is not set by the user, but consided "unset".

Returns:
if the default flag has been set.

unsetDefault

void unsetDefault()
Unset the default flag, so it becomes "unset".


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.