com.atlassian.crowd.integration.service.soap.client
Class GenericClient
java.lang.Object
com.atlassian.crowd.integration.service.soap.client.GenericClient
- Direct Known Subclasses:
- CrowdAuthenticationInterceptor, HttpAuthenticator, SecurityServerClient, VerifyTokenFilter
public abstract class GenericClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applicationName
protected static String applicationName
applicationPassword
protected static String applicationPassword
applicationAuthenticationURL
protected static String applicationAuthenticationURL
securityServerURL
protected static String securityServerURL
sessionIsAuthenticated
protected static String sessionIsAuthenticated
sessionTokenKey
protected static String sessionTokenKey
sessionLastValidation
protected static String sessionLastValidation
sessionValidationInterval
protected static long sessionValidationInterval
applicationToken
protected static AuthenticatedToken applicationToken
applciationAuthenticationContext
protected static ApplicationAuthenticationContext applciationAuthenticationContext
UNABLE_TO_CONNECT
protected static final String UNABLE_TO_CONNECT
GenericClient
public GenericClient()
updateProperties
public static void updateProperties(Properties properties)
updateProperties
public static void updateProperties()
getProperties
public static Properties getProperties()
throws IOException
- Throws:
IOException
getSecurityServer
protected static SecurityServer getSecurityServer()
throws RemoteException
- Throws:
RemoteException
getApplicationToken
protected static AuthenticatedToken getApplicationToken()
throws RemoteException,
InvalidAuthorizationTokenException
- Throws:
RemoteException
InvalidAuthorizationTokenException
authenticate
protected static void authenticate()
throws RemoteException,
InvalidAuthorizationTokenException
- Throws:
RemoteException
InvalidAuthorizationTokenException
getApplciationAuthenticationContext
protected static ApplicationAuthenticationContext getApplciationAuthenticationContext()
setApplciationAuthenticationContext
protected static void setApplciationAuthenticationContext(ApplicationAuthenticationContext applciationAuthenticationContext)
getApplicationAuthenticationURL
protected static String getApplicationAuthenticationURL()
setApplicationAuthenticationURL
protected static void setApplicationAuthenticationURL(String applicationAuthenticationURL)
getApplicationName
protected static String getApplicationName()
setApplicationName
protected static void setApplicationName(String applicationName)
getApplicationPassword
protected static String getApplicationPassword()
setApplicationPassword
protected static void setApplicationPassword(String applicationPassword)
getSecurityServerURL
protected static String getSecurityServerURL()
setSecurityServerURL
protected static void setSecurityServerURL(String securityServerURL)
getSessionIsAuthenticated
protected static String getSessionIsAuthenticated()
setSessionIsAuthenticated
protected static void setSessionIsAuthenticated(String sessionIsAuthenticated)
getSessionLastValidation
protected static String getSessionLastValidation()
setSessionLastValidation
protected static void setSessionLastValidation(String sessionLastValidation)
getSessionTokenKey
protected static String getSessionTokenKey()
setSessionTokenKey
protected static void setSessionTokenKey(String sessionTokenKey)
getSessionValidationInterval
protected static long getSessionValidationInterval()
setSessionValidationInterval
protected static void setSessionValidationInterval(long sessionValidationInterval)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.