|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShibbolethAuthenticationService
Method Summary | |
---|---|
String |
getLoginURL(HttpServletRequest request)
Returns the computed login URL to Shibboleth , or null if no
login URL is configured. |
String |
getLoginURL(String redirectURL)
Returns the computed login URL to Shibboleth , or null if no
login URL is configured. |
String |
getLogoutURL(HttpServletRequest request)
Returns the computed logout URL to Shibboleth, or null if no
logout URL is configured. |
String |
getLogoutURL(String redirectURL)
Returns the computed logout URL to Shibboleth, or null if no
logout URL is configured. |
String |
getUserID(HttpServletRequest httpRequest)
Returns the user ID based on the source IdP. |
Map<String,Object> |
getUserMetadata(String idField,
HttpServletRequest httpRequest)
Returns a map of the user metadata based on the configuration. |
Method Detail |
---|
String getLoginURL(String redirectURL)
null
if no
login URL is configured.
redirect
- URL
String getLogoutURL(String redirectURL)
null
if no
logout URL is configured.
redirect
- URL
String getLoginURL(HttpServletRequest request)
null
if no
login URL is configured.
HTTP
- request
String getLogoutURL(HttpServletRequest request)
null
if no
logout URL is configured.
HTTP
- request
String getUserID(HttpServletRequest httpRequest)
HTTP
- request
Map<String,Object> getUserMetadata(String idField, HttpServletRequest httpRequest)
HTTP
- request
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |