Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Package weblogic.jws.security

Provides annotations and enumerations used for securing WebLogic Web Services.

See:
          Description

Enum Summary
UserDataConstraint.Transport Transport-Guarantee element "NONE" -- The application does not require any transport guarantees "INTEGRAL" -- The application requires that the data be sent between the client and server in such a way that it cannot be changed in transit.
 

Annotation Types Summary
CallbackRolesAllowed Specifies the list of roles permitted to access callback method(s) in an application.
RolesAllowed Specifies the list of roles permitted to access method(s) in an application.
RolesReferenced Specifies a list of roles referenced by the Web Service.
RunAs Defines the identity the Web Service assumes during execution.
SecurityIdentity Deprecated.  
SecurityRole The security-role element contains the definition of a security role.
SecurityRoleRef Each security-role-ref element links a privilege name embedded in the application as a roleName to a security role.
SecurityRoles Deprecated.  
UserDataConstraint Define user-data-constraint element in web.xml.
WssConfiguration Defines the configuration mbean of this webservice
 

Package weblogic.jws.security Description

Provides annotations and enumerations used for securing WebLogic Web Services.


Copyright 1996, 2011, 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
12c Release 1 (12.1.1)

Part Number E24391-02