|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebServiceLoginProvider
Interface that handles the authentication of a web service client. Implementing classes must provide a default (no argument) constructor.
| Method Summary | |
|---|---|
Principal |
authenticate(String authenticationToken,
String address)
Authenticates a remote client. |
String |
getAuthenticationToken(String userName,
String password)
Gets the token that is passed from the client to the server for authentication. |
boolean |
isCredentialsRequired()
Gets the flag that determines if the user is required to supply their user name and password. |
| Method Detail |
|---|
boolean isCredentialsRequired()
String getAuthenticationToken(String userName,
String password)
userName - the user name of the client. This value may be
null if isCredentialsRequired() returns
false.password - the password of the client. This value may be
null if isCredentialsRequired() returns
false.
Principal authenticate(String authenticationToken,
String address)
authenticationToken - the token provided by the client for
authentication.address - the address of the remote client.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||