|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.util.AuthenticationInfoHelper
Field Summary | |
static java.lang.String |
WSRP_CERT
End-User presented a security certificate |
static java.lang.String |
WSRP_NONE
No authentication was done |
static java.lang.String |
WSRP_PASSWD
End-User identified themselves using password/username scenario |
Constructor Summary | |
AuthenticationInfoHelper()
|
Method Summary | |
static java.lang.String |
getPortletFromWsrp(java.lang.String wsrpInfo)
Get the authentification info as defined in the portlet spec from a passed authentification info defined in the WSRP spec.. |
static java.lang.String |
getWsrpFromPortlet(java.lang.String jsrAuthInfo)
Get a string representation of the user authentification as defined in the WSRP spec. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WSRP_NONE
public static final java.lang.String WSRP_PASSWD
public static final java.lang.String WSRP_CERT
Constructor Detail |
public AuthenticationInfoHelper()
Method Detail |
public static java.lang.String getWsrpFromPortlet(java.lang.String jsrAuthInfo)
jsrAuthInfo
- Authentification info as defined in the portlet spec
public static java.lang.String getPortletFromWsrp(java.lang.String wsrpInfo)
null
is returned. In case the
passed info could not be matched the same string is returned.
wsrpInfo
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |