|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecurityContextFactory
SeucurityContextFactory is an interface that is used to help you implement security context.
| Method Summary | |
|---|---|
SecurityContext |
getSecurityContext(java.lang.String realmName,
java.lang.String userName,
java.lang.String resource,
int versionNumber)
Returns the SecurityContext of specified resource, for example, /SampleReports/CustomerAnalysis.cls. |
| Method Detail |
|---|
SecurityContext getSecurityContext(java.lang.String realmName,
java.lang.String userName,
java.lang.String resource,
int versionNumber)
realmName - the name of current active realm of the server.userName - the user name, for a scheduled task it means submitter, for advance run task it means login user.resource - the resource of the server, now it is only limited to report resources in the serverversionNumber - the version number of the resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||