|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SingleSignOnProcessor
Interface for SAML based SSO processor
Field Summary | |
---|---|
static String |
LOGOUT_DEST
|
static String |
LOGOUT_TOKEN
|
static String |
SSO_AUTH_TYPE
|
static String |
SSO_PASSWORD
|
static String |
SSO_SESSION
|
static String |
SSO_TOKEN
SSO constants |
static String |
SSO_USERNAME
|
Method Summary | |
---|---|
String |
generateAuthRequest(String username,
String password)
This method generates a SAML authentication request based on the supplied username and password |
String |
generateAuthResponse(String assertingParty,
String username,
boolean success)
This method generates a SAML authentication response based on the supplied username, password, and the status of the authentication process |
SSOUser |
parseAuthRequest(String request)
This method parses a SAML authentication request into a SSOUser domain object |
AuthResponse |
parseAuthResponse(String response)
This method parses a SAML authentication response and produces an AuthResponse domain object |
Field Detail |
---|
static final String SSO_TOKEN
static final String LOGOUT_TOKEN
static final String LOGOUT_DEST
static final String SSO_USERNAME
static final String SSO_PASSWORD
static final String SSO_SESSION
static final String SSO_AUTH_TYPE
Method Detail |
---|
String generateAuthRequest(String username, String password) throws SSOException
username
- password
-
SSOException
String generateAuthResponse(String assertingParty, String username, boolean success) throws SSOException
assertingParty
- username
- password
- success
-
SSOException
SSOUser parseAuthRequest(String request) throws SSOException
request
-
SSOException
AuthResponse parseAuthResponse(String response) throws SSOException
response
-
SSOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |