|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.mdms.FileService.komodo.services.aa.server.AAServiceImpl
public class AAServiceImpl
Purpose: Authentication and Authorization web service.
Copyright 2004, California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledge. 2004.
============================================================================ Modification History : ---------------------- Date Who What ---------------------------------------------------------------------------- 5/22/2007 awt Initial Release. ============================================================================
| Constructor Summary | |
|---|---|
AAServiceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
authenticate(String user,
String password,
String serverGroup)
Method that authenticates a user |
List |
getCapabilities(String user,
String password,
String serverGroup)
Method to return a list of filetypes along with the user's capabilities on each filetype |
List |
getFileTypes(String user,
String password,
String serverGroup,
int cap)
Method to retrieve all the filetypes that the user has permissions as indicated by the [cap]abilities parameter |
List |
getServerGroups()
Method to return "registered" server groups |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AAServiceImpl()
| Method Detail |
|---|
public List getFileTypes(String user,
String password,
String serverGroup,
int cap)
user - password - serverGroup - cap -
public boolean authenticate(String user,
String password,
String serverGroup)
user - password - serverGroup -
public List getCapabilities(String user,
String password,
String serverGroup)
user - password - serverGroup -
public List getServerGroups()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||