BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.management.utils.InvalidCursorException

Packages that use InvalidCursorException
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.authentication   
weblogic.security.providers.saml   
 

Uses of InvalidCursorException in weblogic.management.security.credentials
 

Methods in weblogic.management.security.credentials that throw InvalidCursorException
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemoteUserName(String cursor)
          Gets a remote username from a list that has been returned from the listCredentials method.
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemotePassword(String cursor)
          Deprecated. 9.0.0.0
 String UserPasswordCredentialMapReaderMBean.getCurrentMappingWLSUserName(String cursor)
          Gets a webLogic username from a credentials mapping that has been returned from the listMappings 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 PKICredentialMapReaderMBean.getCurrentInitiatorName(String cursor)
          Gets an username from a list that has been returned from the listMappings or the 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.
 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 PKICredentialMapReaderMBean.getCurrentResourceId(String cursor)
          Gets the current resource id from a list that has been returned from the and listMappingsByPattern() method.
 

Uses of InvalidCursorException in weblogic.management.utils
 

Methods in weblogic.management.utils that throw InvalidCursorException
 Properties PropertiesListerMBean.getCurrentProperties(String cursor)
          The properties of the current item in the list.
 String NameListerMBean.getCurrentName(String cursor)
          The name 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.
 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.
 

Uses of InvalidCursorException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw InvalidCursorException
 boolean WindowsNTAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void WindowsNTAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void WindowsNTAuthenticatorImpl.close(String cursor)
          Close the list
 String WindowsNTAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean ReadOnlySQLAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void ReadOnlySQLAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void ReadOnlySQLAuthenticatorImpl.close(String cursor)
          Close the list
 String ReadOnlySQLAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean LDAPAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void LDAPAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void LDAPAuthenticatorImpl.close(String cursor)
          Close the list
 String LDAPAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean LDAPAtnDelegate.haveCurrent(String cursor)
          See if List has current element
 void LDAPAtnDelegate.advance(String cursor)
          Advance to next element in the list
 void LDAPAtnDelegate.close(String cursor)
          Close the list
 String LDAPAtnDelegate.getCurrentName(String cursor)
          Get the name of the current entry
 boolean DefaultAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void DefaultAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void DefaultAuthenticatorImpl.close(String cursor)
          Close the list
 String DefaultAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean DBMSAuthenticatorDelegateImpl.haveCurrent(String cursor)
          See if List has current element
 void DBMSAuthenticatorDelegateImpl.advance(String cursor)
          Advance to next element in the list
 void DBMSAuthenticatorDelegateImpl.close(String cursor)
          Close the list
 String DBMSAuthenticatorDelegateImpl.getCurrentName(String cursor)
          Get the name of the current entry
 

Uses of InvalidCursorException in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that throw InvalidCursorException
 String SAMLIdentityAsserterV2Impl.listAssertingParties(String partnerIdWildcard, int maxToReturn)
           
 String SAMLIdentityAsserterV2Impl.listCertificates(String aliasWildcard, int maxToReturn)
           
 boolean SAMLIdentityAsserterV2Impl.haveCurrent(String cursor)
           
 String SAMLIdentityAsserterV2Impl.getCurrentName(String cursor)
           
 void SAMLIdentityAsserterV2Impl.advance(String cursor)
           
 void SAMLIdentityAsserterV2Impl.close(String cursor)
           
 String SAMLIdentityAsserterImpl.listAliases(String aliasWildcard, int maxToReturn)
           
 boolean SAMLIdentityAsserterImpl.haveCurrent(String cursor)
           
 String SAMLIdentityAsserterImpl.getCurrentName(String cursor)
           
 void SAMLIdentityAsserterImpl.advance(String cursor)
           
 void SAMLIdentityAsserterImpl.close(String cursor)
           
 String SAMLCredentialMapperV2Impl.listRelyingParties(String partnerIdWildcard, int maxToReturn)
           
 String SAMLCredentialMapperV2Impl.listCertificates(String aliasWildcard, int maxToReturn)
           
 boolean SAMLCredentialMapperV2Impl.haveCurrent(String cursor)
           
 String SAMLCredentialMapperV2Impl.getCurrentName(String cursor)
           
 void SAMLCredentialMapperV2Impl.advance(String cursor)
           
 void SAMLCredentialMapperV2Impl.close(String cursor)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.