| java.lang.Object com.sun.portal.util.SSOUtil
All known Subclasses: com.sun.portal.fabric.util.AMUtil,
SSOUtil | public class SSOUtil (Code) | | |
createSSOToken | public static SSOToken createSSOToken(String uid, String password) throws SSOException(Code) | | This method is written to replace deprecated createSSOToken()
method of SSOTokenManager.
Parameters: uid - Parameters: password - throws: SSOException - |
createSSOToken | public static SSOToken createSSOToken(String uid, String password, String orgDN) throws SSOException(Code) | | This method is written to replace deprecated createSSOToken()
method of SSOTokenManager.
Parameters: uid - Parameters: password - throws: SSOException - |
getAdminSSOToken | public static SSOToken getAdminSSOToken()(Code) | | New way to obtain AdminSSOToken
|
getSSOTokenManager | protected static SSOTokenManager getSSOTokenManager() throws SSOException(Code) | | |
getSSOTokenNoDecode | public static SSOToken getSSOTokenNoDecode(String strSessionId) throws Exception(Code) | | |
getSSOTokenNoDecodeX | public static SSOToken getSSOTokenNoDecodeX(String strSessionId) throws SSOException(Code) | | |
getSSOTokenThrowExceptionToClient | public static SSOToken getSSOTokenThrowExceptionToClient(String strSessionId) throws Exception(Code) | | |
|
|