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

Part Number E27170-02

Uses of Class
weblogic.management.utils.InvalidParameterException

Packages that use InvalidParameterException
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.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
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 InvalidParameterException in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that throw InvalidParameterException
 void SAML2IdPPartnerRegistryMBean.addIdPPartner(IdPPartner partner)
          Adds a new IdPPartner to the registry.
 void SAML2SPPartnerRegistryMBean.addSPPartner(SPPartner spPartner)
          Adds a new SP partner to the registry.
 MetadataPartner SAML2IdPPartnerRegistryMBean.consumeIdPPartnerMetadata(String fileName)
          Returns an imported IdP partner object.
 MetadataPartner SAML2SPPartnerRegistryMBean.consumeSPPartnerMetadata(String fileName)
          Returns an imported SP partner object.
 IdPPartner SAML2IdPPartnerRegistryMBean.getIdPPartner(String partnerName)
          Gets the IdPPartner corresponding to a partner name.
 SPPartner SAML2SPPartnerRegistryMBean.getSPPartner(String partnerName)
          Gets the SP partner corresponding to a partnerName.
 boolean SAML2IdPPartnerRegistryMBean.idPPartnerExists(String partnerName)
          Determines whether or not an IdP partner exists for the given partner name.
 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.
 X509Certificate SAML2PartnerRegistryMBean.loadCertificate(String certificateFile)
          Loads a certificate from file so that it may be applied to partner configurations.
 void SAML2IdPPartnerRegistryMBean.removeIdPPartner(String partnerName)
          Removes an IdPPartner from the registry.
 void SAML2SPPartnerRegistryMBean.removeSPPartner(String partnerName)
          Removes a SP partner from the registry.
 boolean SAML2SPPartnerRegistryMBean.spPartnerExists(String partnerName)
          Determines whether or not a SP partner exists for the given partner name.
 void SAML2IdPPartnerRegistryMBean.updateIdPPartner(IdPPartner partner)
          Updates an IdPPartner in the registry.
 void SAML2SPPartnerRegistryMBean.updateSPPartner(SPPartner spPartner)
          Updates a SP partner in the registry.
 

Uses of InvalidParameterException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw InvalidParameterException
 void SingleSignOnServicesRuntimeMBean.publish(String fileName)
          Publishes SAML 2.0 meta-data for Web Browser SSO Profile
 void SingleSignOnServicesRuntimeMBean.publish(String fileName, boolean prohibitOverwrite)
          Publishes SAML 2.0 meta-data for Web Browser SSO Profile
 

Uses of InvalidParameterException in weblogic.management.security
 

Methods in weblogic.management.security that throw InvalidParameterException
 void ExportMBean.exportData(String format, String filename, Properties constraints)
          Exports provider specific data in a specified format.
 void ImportMBean.importData(String format, String filename, Properties constraints)
          Imports provider specific data from a specified format.
 

Uses of InvalidParameterException in weblogic.management.security.authentication
 

Methods in weblogic.management.security.authentication that throw InvalidParameterException
 void GroupEditorMBean.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Adds a user or group (member) to a group.
 void UserPasswordEditorMBean.changeUserPassword(String userName, String oldPassword, String newPassword)
          Used by a user to change his or her password.
 void GroupEditorMBean.createGroup(String groupName, String description)
          Creates a group.
 void UserEditorMBean.createUser(String userName, String password, String description)
          Creates a user and sets the user's password.
 String GroupReaderMBean.getGroupDescription(String groupName)
          Gets a group's description.
 OpenType UserAttributeReaderMBean.getSupportedUserAttributeType(String userAttributeName)
          Returns the user attribute type
 Object UserAttributeReaderMBean.getUserAttributeValue(String userName, String userAttributeName)
          Gets a user attribute value for a user.
 String UserReaderMBean.getUserDescription(String userName)
          Gets a user's description.
 boolean GroupReaderMBean.groupExists(String groupName)
          Indicates whether the specified group exists.
 boolean GroupReaderMBean.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Indicates whether a user or group is a member of the group that you specify.
 boolean UserAttributeReaderMBean.isUserAttributeNameSupported(String userAttributeName)
          Checks if a user attribute is supported.
 String[] GroupUserListerMBean.listAllUsersInGroup(String groupName, String userNameWildcard, int maximumToReturn)
          Searches within a group for user (member) names that match a pattern.
 String GroupMemberListerMBean.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Searches within a group for user and group (member) names that match a pattern.
 String GroupReaderMBean.listGroups(String groupNameWildcard, int maximumToReturn)
          Searches for a user name that matches a pattern.
 String MemberGroupListerMBean.listMemberGroups(String memberUserOrGroupName)
          Lists the groups that directly contain a user or a group.
 String UserReaderMBean.listUsers(String userNameWildcard, int maximumToReturn)
          Searches for a user name that matches a pattern.
 void GroupRemoverMBean.removeGroup(String groupName)
          Removes a group.
 void GroupEditorMBean.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Removes a user or group (member) from a group.
 void UserRemoverMBean.removeUser(String userName)
          Removes a user.
 void UserPasswordEditorMBean.resetUserPassword(String userName, String newPassword)
          Used by an administrator to change a user's password.
 void GroupEditorMBean.setGroupDescription(String groupName, String description)
          Sets the description for an existing group.
 void UserAttributeEditorMBean.setUserAttributeValue(String userName, String userAttributeName, Object newValue)
          Sets the value for a user attribute for a user.
 void UserEditorMBean.setUserDescription(String userName, String description)
          Sets the description for an existing user.
 boolean UserReaderMBean.userExists(String userName)
          Indicates whether the specified user exists.
 

Uses of InvalidParameterException in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that throw InvalidParameterException
 void PolicyAuxiliaryMBean.exportResource(String filename, String cn)
          Exports provider specific policy data using an LDAP CN search filter to specify the resources for export.
 void RoleAuxiliaryMBean.exportResource(String filename, String cn)
          Exports provider specific role data using an LDAP CN search filter to specify the resources for export.
 Properties PolicyListerMBean.getPolicy(String resourceId)
          Obtain a policy definition for a resource.
 Properties RoleListerMBean.getRole(String resourceId, String roleName)
          Obtain a role definition.
 Properties RoleListerMBean.getRoleScopedByResource(String resourceId, String roleName)
          Obtain a role definition for a role scoped by a specified resource.
 String PolicyListerMBean.listChildPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the children of a resource.
 String RoleListerMBean.listChildRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the children of a resource.
 String PolicyListerMBean.listPoliciesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of policy definitions by application name.
 String PolicyListerMBean.listPoliciesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of policy definitions for a specific Java EE component.
 String PolicyListerMBean.listPoliciesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of policy definitions by resource type.
 String PolicyListerMBean.listRepeatingActionsPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the actions that are repeating on a resource.
 String RoleListerMBean.listRepeatingActionsRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the actions that are repeating on a resource.
 String RoleListerMBean.listRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for a specific resource.
 String RoleListerMBean.listRolesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of role definitions by application name.
 String RoleListerMBean.listRolesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of role definitions for a specific Java EE component.
 String RoleListerMBean.listRolesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of role definitions by resource type.
 

Uses of InvalidParameterException in weblogic.security.providers.pk
 

Methods in weblogic.security.providers.pk that throw InvalidParameterException
 void GroupCertRegManagerMBean.addCertificateToTrustGroups(String[] trustGroups, String alias)
          Add an already registered end certificate to list of trust groups.
 boolean GroupCertRegManagerMBean.aliasExists(String trustGroup, String alias)
          Determines whether or not an alias exists in a trust group.
 void GroupCertRegManagerMBean.copyFromJKS(String trustGroup, String certificateFile)
          Register all certificates contained in a JKS file to a trust group.
 void GroupCertRegManagerMBean.copyToDER(String trustGroup, String alias, String certificateFile)
          writes a certificate in a trust group to a file in DER binary format.
 void GroupCertRegManagerMBean.copyToJKS(String trustGroup, String JKSFile)
          writes all certificates in a trust group to a JKS.
 void GroupCertRegManagerMBean.copyToPEM(String trustGroup, String alias, String certificateFile)
          writes a certificate in a trust group to a file in PEM base64 encoded format.
 void GroupCertRegManagerMBean.createTrustGroup(String TrustGroup)
          Create an empty trust group in the registry.
 X509Certificate GroupCertRegManagerMBean.getCertificate(String trustGroup, String alias)
          Retrieves a certificate from the registry.
 String[] GroupCertRegManagerMBean.getTrustGroups(String alias)
          Retrieves all the trust groups that has a given alias registered under.
 boolean GroupCertRegManagerMBean.isAliasRegistered(String alias)
          Determines whether or not an alias was registered in the registry.
 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.
 void GroupCertRegManagerMBean.registerCertificate(String[] trustGroups, String alias, String certificateFile)
          Registers an end certificate from a file in to a list of trust group under an alias.
 void GroupCertRegManagerMBean.removeCertificate(String alias)
          Remove an end certificate from the registry which means it is also unregistered from trust groups (if any).
 void GroupCertRegManagerMBean.removeTrustGroup(String trustGroup)
          Remove an trust group from the registry.
 boolean GroupCertRegManagerMBean.trustGroupExists(String trustGroup)
          Determines whether or not a trust group exists in the registry.
 void GroupCertRegManagerMBean.unregisterCertificate(String[] trustGroups, String alias)
          Unregisters an end certificate from trust groups.
 

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

Methods in weblogic.security.providers.saml.registry that throw InvalidParameterException
 void SAMLAssertingPartyRegistryMBean.addAssertingParty(SAMLAssertingParty assertingParty)
          Adds a new SAMLAssertingParty to the registry.
 void SAMLRelyingPartyRegistryMBean.addRelyingParty(SAMLRelyingParty relyingParty)
          Adds a new SAMLRelyingParty to the registry.
 boolean SAMLAssertingPartyRegistryMBean.assertingPartyExists(String partnerId)
          Determines whether or not a asserting party exists for the given partnerId.
 boolean SAMLPartnerRegistryMBean.certificateExists(String alias)
          Determines whether or not a certificate has been registered under the given alias.
 void SAMLPartnerRegistryMBean.copyToDER(String alias, String certificateFile)
          Writes a certificate in the registry to a file in DER binary format.
 void SAMLPartnerRegistryMBean.copyToPEM(String alias, String certificateFile)
          Writes a certificate in the registry to a file in PEM base64 encoded format.
 SAMLAssertingParty SAMLAssertingPartyRegistryMBean.getAssertingParty(String partnerId)
          Gets the SAMLAssertingParty corresponding to a partnerId.
 X509Certificate SAMLPartnerRegistryMBean.getCertificate(String alias)
          Retrieves a certificate from the registry.
 SAMLRelyingParty SAMLRelyingPartyRegistryMBean.getRelyingParty(String partnerId)
          Gets the SAMLRelyingParty corresponding to a partnerId.
 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.
 void SAMLPartnerRegistryMBean.registerCertificate(String alias, String certificateFile)
          Registers an end certificate in the registry under an alias.
 boolean SAMLRelyingPartyRegistryMBean.relyingPartyExists(String partnerId)
          Determines whether or not a relying party exists for the given partnerId.
 void SAMLAssertingPartyRegistryMBean.removeAssertingParty(String partnerId)
          Removes a SAMLAssertingParty from the registry.
 void SAMLRelyingPartyRegistryMBean.removeRelyingParty(String partnerId)
          Removes a SAMLRelyingParty from the registry.
 void SAMLPartnerRegistryMBean.unregisterCertificate(String alias)
          Unregisters an end certificate from the registry.
 void SAMLAssertingPartyRegistryMBean.updateAssertingParty(SAMLAssertingParty assertingParty)
          Updates a SAMLAssertingParty in the registry.
 void SAMLRelyingPartyRegistryMBean.updateRelyingParty(SAMLRelyingParty relyingParty)
          Updates a SAMLRelyingParty in the registry.
 void SAMLPartner.validate()
          Validate this partner.
 

Uses of InvalidParameterException in weblogic.security.providers.utils
 

Methods in weblogic.security.providers.utils that throw InvalidParameterException
 boolean CertRegManagerMBean.aliasExists(String alias)
          Determines whether or not an alias exists in the registry.
 void CertRegManagerMBean.copyToDER(String alias, String certificateFile)
          writes a certificate in the registry to a file in DER binary format.
 void CertRegManagerMBean.copyToPEM(String alias, String certificateFile)
          writes a certificate in the registry to a file in PEM base64 encoded format.
 X509Certificate CertRegManagerMBean.getCertificate(String alias)
          Retrieves a certificate from the registry.
 String CertRegManagerMBean.listAliases(String aliasWildcard, int maxToReturn)
          Lists the registered aliases that match a wild card.
 void CertRegManagerMBean.registerCertificate(String alias, String certificateFile)
          Registers an end certificate in the registry under an alias.
 void CertRegManagerMBean.unregisterCertificate(String alias)
          Unregisters an end certificate from the registry.
 


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