Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  int getIndex()
          Gets the index of this end point.
abstract  boolean isDefault()
          Indicates if this end point is the default.
abstract  boolean isDefaultSet()
          Indicates whether the "default" flag in IndexedEndpoint.isDefault() is set or not.
abstract  void setDefault(boolean def)
          Sets the default flag for this end point.
abstract  void setIndex(int index)
          Sets the index of this end point.
abstract  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".

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09