-
Security Propagation - runAsMode and runAsIdentity (2 messages)
- Posted by: Madduri Reddy
- Posted on: July 11 2000 00:19 EDT
Can somebody explain me what runAsMode and runAsIdentity are. Where can I find some information on this.Threaded Messages (2)
- Security Propagation - runAsMode and runAsIdentity by Kumar Mettu on July 11 2000 16:11 EDT
- Security Propagation - runAsMode and runAsIdentity by venkatesh rachapudi on December 27 2000 01:48 EST
-
Security Propagation - runAsMode and runAsIdentity[ Go to top ]
- Posted by: Kumar Mettu
- Posted on: July 11 2000 16:11 EDT
- in response to Madduri Reddy
I guess you are using Webogic4.5x
These properties are removed in5.1
http://www.weblogic.com/docs45/techdeploy/ejbdeployer.html
Also note that these two properties are Replaced by application role mechanisms in ejb-jar.xml and weblogic-ejb-jar.xml.
Regards,
Mettu. -
Security Propagation - runAsMode and runAsIdentity[ Go to top ]
- Posted by: venkatesh rachapudi
- Posted on: December 27 2000 01:48 EST
- in response to Madduri Reddy
hi
these two are the terms generally used for authentication mechanism
the RunAsMode specifies the mode of the user (rather principal),whether a method should execute with the identity of the principal of the caller,or the principal of the system, or a specified principal.(a principal is the onewho has a previlige attributes like access identy, group identity for authentication),
RunAsIdentity runs with specified identity, that means principal can set or specify user name and password for authentication
you can configure the security according your choice, by selecting either of these two
cheers