|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityContextDelegate
Interface to the application server logic needed by CSI
Method Summary | |
---|---|
Subject |
anonymousLogin()
do an anonymous login |
Subject |
delegate(String user,
String domain)
establish user |
AuthenticationInfo |
getAuthenticationInfo()
get info needed to construct an out-bound IIOP request with CSIv2 |
Subject |
login(String name,
String realm,
String password)
do a login |
void |
setAuthenticatedSubject(Subject subject)
set the current system subject |
Method Detail |
---|
AuthenticationInfo getAuthenticationInfo()
Subject login(String name, String realm, String password) throws LoginException
LoginException
Subject anonymousLogin() throws LoginException
LoginException
void setAuthenticatedSubject(Subject subject)
Subject delegate(String user, String domain)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |