|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedEndpoint
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 |
---|
int getIndex()
void setIndex(int index)
index
- the index value.boolean isDefault()
void setDefault(boolean def)
def
- the flag.IndexedEndpoint.isDefault()
boolean isDefaultSet()
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".
void unsetDefault()
|
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 |