Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

All Superinterfaces:
Endpoint, Serializable

public interface IndexedEndpoint
extends Endpoint

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

getIndex

int getIndex()
Gets the index of this end point.

Returns:
the index of the end point

setIndex

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

Parameters:
index - the index value to set

isDefault

boolean isDefault()
Indicates if this end point is the default.

Returns:
true if this end point is the default

setDefault

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

Parameters:
def - the default flag value to set
See Also:
IndexedEndpoint.isDefault()

isDefaultSet

boolean isDefaultSet()
Indicates whether the "default" flag in 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".

Returns:
true if the default flag has been set

unsetDefault

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


Copyright 1996, 2010, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04