|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppKey
This interface can be overridded by security providers who wish to implement their own Appkey.
Field Summary | |
---|---|
static int |
GIDMASK
|
static int |
GIDSHIFT
|
static int |
TPSYSADM_KEY
|
static int |
TPSYSOP_KEY
|
static int |
UIDMASK
|
Method Summary | |
---|---|
UserRec |
getTuxedoUserRecord(AuthenticatedSubject subj)
This method returns an APPKEY |
void |
init(String param,
boolean anonAllowed,
int defaultAppKey)
This method initializes the AppKey module. |
void |
uninit()
This method releases any resources used by AppKey module. |
Field Detail |
---|
static final int UIDMASK
static final int GIDMASK
static final int GIDSHIFT
static final int TPSYSADM_KEY
static final int TPSYSOP_KEY
Method Detail |
---|
void init(String param, boolean anonAllowed, int defaultAppKey) throws TPException
param
- A string that contains the initialization arguments for the
class to use. It can be null. You may need to parse this information if necessary.
TPException
void uninit() throws TPException
TPException
UserRec getTuxedoUserRecord(AuthenticatedSubject subj)
subj
- The authenticated user of the current execution thread.
|
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 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |