|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.saml2.providers.registry.EndpointImpl
com.bea.security.saml2.providers.registry.IndexedEndpointImpl
public class IndexedEndpointImpl
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 |
---|
public IndexedEndpointImpl()
Method Detail |
---|
public boolean isDefaultSet()
IndexedEndpoint
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".
isDefaultSet
in interface IndexedEndpoint
public boolean isDefault()
IndexedEndpoint
isDefault
in interface IndexedEndpoint
public void setDefault(boolean isDefault)
IndexedEndpoint
setDefault
in interface IndexedEndpoint
isDefault
- the flag.IndexedEndpoint.isDefault()
public void unsetDefault()
IndexedEndpoint
unsetDefault
in interface IndexedEndpoint
public int getIndex()
IndexedEndpoint
getIndex
in interface IndexedEndpoint
public void setIndex(int index)
IndexedEndpoint
setIndex
in interface IndexedEndpoint
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |