|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedEndpoint
This class represents the end point that could be indexed, like Artifact Resolution Service's end point. These kinds of services could have multiple end points 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()
Gets the index of this end point. |
boolean |
isDefault()
Indicates if this end point is the default. |
boolean |
isDefaultSet()
Indicates whether the "default" flag in IndexedEndpoint.isDefault() is set or not. |
void |
setDefault(boolean def)
Sets the default flag for this end point. |
void |
setIndex(int index)
Sets the index of this end point. |
void |
unsetDefault()
Unsets 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 to setboolean isDefault()
void setDefault(boolean def)
def
- the default flag value to setIndexedEndpoint.isDefault()
boolean isDefaultSet()
IndexedEndpoint.isDefault()
is set or not. If the value is not set,
the return value of the isDefault() is not set by the user, but considered "unset".
void unsetDefault()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |