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

Part Number E27170-02

Uses of Class
weblogic.management.utils.InvalidCursorException

Packages that use InvalidCursorException
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
weblogic.security.providers.pk Provides interfaces for weblogic.security.providers.pk
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils   
 

Uses of InvalidCursorException in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that throw InvalidCursorException
 String SAML2IdPPartnerRegistryMBean.listIdPPartners(String partnerNameWildcard, int maxToReturn)
          Lists the registered partner names that match a wild card.
 String SAML2SPPartnerRegistryMBean.listSPPartners(String partnerNameWildcard, int maxToReturn)
          Lists the registered partner names that match a wild card.
 

Uses of InvalidCursorException in weblogic.management.security.credentials
 

Methods in weblogic.management.security.credentials that throw InvalidCursorException
 String PKICredentialMapReaderMBean.getCurrentCredAction(String cursor)
          Gets an credential action from a list that has been returned from the listMappings or the listMappingsByPattern() method.
 String PKICredentialMapReaderMBean.getCurrentCredential(String cursor)
          Gets the keystore alias from a credentials map that has been returned from the listMappings or the listMappingsByPattern() method.
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemotePassword(String cursor)
          Deprecated. 9.0.0.0
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemoteUserName(String cursor)
          Gets a remote username from a list that has been returned from the listCredentials method.
 String PKICredentialMapReaderMBean.getCurrentInitiatorName(String cursor)
          Gets an username from a list that has been returned from the listMappings or the listMappingsByPattern() method.
 String UserPasswordCredentialMapReaderMBean.getCurrentMappingRemoteUserName(String cursor)
          Gets an remote username from a credentials mapping that has been returned from the listMappings method.
 String UserPasswordCredentialMapExtendedReaderMBean.getCurrentMappingResourceID(String cursor)
          Gets an resource id from a credentials map that has been returned from the listMappingsByPattern method.
 String UserPasswordCredentialMapReaderMBean.getCurrentMappingWLSUserName(String cursor)
          Gets a webLogic username from a credentials mapping that has been returned from the listMappings method.
 String PKICredentialMapReaderMBean.getCurrentResourceId(String cursor)
          Gets the current resource id from a list that has been returned from the and listMappingsByPattern() method.
 boolean PKICredentialMapReaderMBean.isInitiatorUserName(String cursor)
          Returns whether the initiator name from a list that has been returned from the listMappings or the listMappingsByPattern()method is a user name or a group name.
 

Uses of InvalidCursorException in weblogic.management.utils
 

Methods in weblogic.management.utils that throw InvalidCursorException
 void ListerMBean.advance(String cursor)
          Advances the list to the next element in the list.
 void ListerMBean.close(String cursor)
          Indicates that the caller is finished using the list, and that the resources held on behalf of the list may be released.
 String NameListerMBean.getCurrentName(String cursor)
          The name of the current item in the list.
 Properties PropertiesListerMBean.getCurrentProperties(String cursor)
          The properties of the current item in the list.
 boolean ListerMBean.haveCurrent(String cursor)
          Returns true if there are more objects in the list, and false otherwise.
 

Uses of InvalidCursorException in weblogic.security.providers.pk
 

Methods in weblogic.security.providers.pk that throw InvalidCursorException
 String GroupCertRegManagerMBean.listAliasesByTrustGroup(String trustGroup, String aliasWildcard, int maxToReturn)
          Lists the registered aliases that match a wild card in a given trust group.
 String GroupCertRegManagerMBean.listTrustGroups(String trustGroupWildcard, int maxToReturn)
          Lists the registered trust groups that match a wild card.
 

Uses of InvalidCursorException in weblogic.security.providers.saml.registry
 

Methods in weblogic.security.providers.saml.registry that throw InvalidCursorException
 String SAMLAssertingPartyRegistryMBean.listAssertingParties(String partnerIdWildcard, int maxToReturn)
          Lists the registered partnerIds that match a wild card.
 String SAMLPartnerRegistryMBean.listCertificates(String aliasWildcard, int maxToReturn)
          Lists the registered certificate aliases that match a wild card.
 String SAMLRelyingPartyRegistryMBean.listRelyingParties(String partnerIdWildcard, int maxToReturn)
          Lists the registered partnerIds that match a wild card.
 

Uses of InvalidCursorException in weblogic.security.providers.utils
 

Methods in weblogic.security.providers.utils that throw InvalidCursorException
 String CertRegManagerMBean.listAliases(String aliasWildcard, int maxToReturn)
          Lists the registered aliases that match a wild card.
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-02