|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.httpconnectivity.httpauthentication.services.AbstractAuthService
public abstract class AbstractAuthService
This class implements IService in order to prevent the other services to implement IService.
| Field Summary | |
|---|---|
protected IServiceContext |
mm_serviceContext
|
| Constructor Summary | |
|---|---|
AbstractAuthService()
|
|
| Method Summary | |
|---|---|
void |
afterInit()
If the service is defined as a startup service, this method is called during server startup after all other services have been initialized (that is, after the init methods of all other services have been called). |
void |
configure(IServiceConfiguration arg0)
configure the service |
void |
destroy()
Called upon release of the service from the container. |
IServiceContext |
getContext()
get the context of the service |
abstract String |
getKey()
return the key of the service |
void |
init(IServiceContext serviceContext)
generic init of the service |
void |
release()
release the service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IServiceContext mm_serviceContext
| Constructor Detail |
|---|
public AbstractAuthService()
| Method Detail |
|---|
public void init(IServiceContext serviceContext)
IService
init in interface IServicepublic void afterInit()
IService
afterInit in interface IServicepublic void configure(IServiceConfiguration arg0)
IService
configure in interface IServicepublic void destroy()
IService
destroy in interface IServicepublic void release()
IService
release in interface IServicepublic IServiceContext getContext()
IService
getContext in interface IServicepublic abstract String getKey()
IService
getKey in interface IService| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-ADMIN
|
[sap.com] tc/ep/admin/api/extd
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||