|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AREAPluggable
Sub interface of ARPluggable that defines External authentication based methods to be implemented for a AREA plugin.
| Method Summary | |
|---|---|
boolean |
areaNeedSync(ARPluginContext context)
Allows the plug-in to tell the AR Server that the user information in its cache is invalid. |
AREAResponse |
areaVerifyLogin(ARPluginContext context,
String user,
String password,
String networkAddress,
String authString)
The plug-in server issues this call when the AR Server makes a request to authenticate a user. |
| Methods inherited from interface com.bmc.arsys.pluginsvr.plugins.ARPluggable |
|---|
initialize, onEvent, terminate |
| Method Detail |
|---|
AREAResponse areaVerifyLogin(ARPluginContext context,
String user,
String password,
String networkAddress,
String authString)
throws com.bmc.arsys.api.ARException
context - Current context for this plugin call, like username etc.user - The user's namepassword - The user's unencrypted passwordnetworkAddress - The IP address that the user is connecting fromauthString - The user's authentication string
null
is treated as a failed login attempt
- Throws:
com.bmc.arsys.api.ARException
boolean areaNeedSync(ARPluginContext context)
throws com.bmc.arsys.api.ARException
context - Current context for this plugin call, like username etc.
com.bmc.arsys.api.ARException
|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||