-
-
Field Summary
Fields
Fields inherited from interface com.webmethods.portal.bizPolicy.IPrincipalData
ID
-
Method Summary
void
Copies the current values into the targetAuthInfo
Get the authorization type
(usually the type of auth handler that accepted the auth,
like 'simple', 'cookie', 'complex', etc.)
Get the Internet Protocol (IP) address of the client that sent the request.
return the current user's session id
Returns persisted session state in string form.
void
void
Set the Internet Protocol (IP) address of the client that sent the request.
void
This stores the current user's Session ID
Methods inherited from interface com.webmethods.portal.bizPolicy.IPrincipalData
getDN, getDomain, getDomainUserName, getPassword, getUri, getUserDirectoryURI, getUserID, getUserName, isAdminSession, isAnonymous, isAuthenticated, isLoginSession, isPrivilegedInfo, setAuthentication, setDN, setDomain, setInfo, setIsAdminSession, setIsAnonymous, setIsLoginSession, setIsPrivilegedInfo, setUri, setUserID, setUserName
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
UNKNOWN_TYPE
static final String UNKNOWN_TYPE
- See Also:
-
-
-
-
REMOTEADDR
static final String REMOTEADDR
- See Also:
-
-
SESSION_ID
static final String SESSION_ID
- See Also:
-
-
PORTAL_USER
static final String PORTAL_USER
- See Also:
-
-
ANONYMOUS_AUTH_TYPE
static final String ANONYMOUS_AUTH_TYPE
- See Also:
-
-
SSO_CAPABLE
static final String SSO_CAPABLE
- See Also:
-
-
Method Details
-
getAuthType
Get the authorization type
(usually the type of auth handler that accepted the auth,
like 'simple', 'cookie', 'complex', etc.)
- Returns:
- the auth type
-
setAuthType
void setAuthType(String authType)
- See Also:
-
-
setRemoteAddr
void setRemoteAddr(String remoteAddr)
Set the Internet Protocol (IP) address of the client that sent the request.
- Parameters:
remoteAddr
- Internet Protocol (IP) address
-
getRemoteAddr
Get the Internet Protocol (IP) address of the client that sent the request.
- Returns:
- remoteAddr Internet Protocol (IP) address
-
setSessionID
void setSessionID(String sessionID)
This stores the current user's Session ID
- See Also:
-
-
getSessionID
return the current user's session id
- See Also:
-
-
getSessionState
Returns persisted session state in string form.
-
copy
Copies the current values into the targetAuthInfo
- Parameters:
targetAuthInfo
-