BEA Systems, Inc.

com.bea.security.saml2.providers.registry
Class IndexedEndpointImpl

java.lang.Object
  extended by com.bea.security.saml2.providers.registry.EndpointImpl
      extended by com.bea.security.saml2.providers.registry.IndexedEndpointImpl
All Implemented Interfaces:
Endpoint, IndexedEndpoint, Serializable

public class IndexedEndpointImpl
extends EndpointImpl
implements IndexedEndpoint, Serializable

See Also:
Serialized Form

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
 
Constructor Summary
IndexedEndpointImpl()
           
 
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 isDefault)
          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 class com.bea.security.saml2.providers.registry.EndpointImpl
getBinding, getLocation, setBinding, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bea.security.saml2.providers.registry.Endpoint
getBinding, getLocation, setBinding, setLocation
 

Constructor Detail

IndexedEndpointImpl

public IndexedEndpointImpl()
Method Detail

isDefaultSet

public boolean isDefaultSet()
Description copied from interface: IndexedEndpoint
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".

Specified by:
isDefaultSet in interface IndexedEndpoint
Returns:
if the default flag has been set.

isDefault

public boolean isDefault()
Description copied from interface: IndexedEndpoint
This flag indicates if this end point is the default endpoint.

Specified by:
isDefault in interface IndexedEndpoint
Returns:
if this end point is default.

setDefault

public void setDefault(boolean isDefault)
Description copied from interface: IndexedEndpoint
set the default flag for this end point.

Specified by:
setDefault in interface IndexedEndpoint
Parameters:
isDefault - the flag.
See Also:
IndexedEndpoint.isDefault()

unsetDefault

public void unsetDefault()
Description copied from interface: IndexedEndpoint
Unset the default flag, so it becomes "unset".

Specified by:
unsetDefault in interface IndexedEndpoint

getIndex

public int getIndex()
Description copied from interface: IndexedEndpoint
The index of this endpoint.

Specified by:
getIndex in interface IndexedEndpoint
Returns:
the index of the endpoint.

setIndex

public void setIndex(int index)
Description copied from interface: IndexedEndpoint
set the index of this end point.

Specified by:
setIndex in interface IndexedEndpoint
Parameters:
index - the index value.

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.