|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceMap | |
|---|---|
| com.cafesoft.cams.session | Classes for managing Cams sessions. |
| com.cafesoft.core.util | Utility classes. |
| Uses of NamespaceMap in com.cafesoft.cams.session |
|---|
| Fields in com.cafesoft.cams.session declared as NamespaceMap | |
|---|---|
protected NamespaceMap |
AbstractBaseSession.namespaceMap
Session's namespace map. |
| Constructors in com.cafesoft.cams.session with parameters of type NamespaceMap | |
|---|---|
AbstractBaseSession(SessionId sessionId,
String securityDomainName,
long creationTime,
long touchTime,
Map authenticationMap,
SessionStatus sessionStatus,
NamespaceMap namespaceMap)
Create an AbstractBaseSession with the given SessionId, creation time, last touch time, AuthenticationMethod Map, Session status, and NamespaceMap |
|
StandardRemoteSession(SessionId sessionId,
String securityDomainName,
long creationTime,
long lastTouchTime,
long idleTime,
Map authenticationMap,
SessionStatus sessionStatus,
NamespaceMap namespaceMap,
String subjectName,
String[] principalNames)
Create a new StandardRemoteSession with the given Session id, creation time, last touch time, idle time, Map of AuthenticationMethods, SessionStatus, NamespaceMap, subject name, and array of principal names |
|
| Uses of NamespaceMap in com.cafesoft.core.util |
|---|
| Classes in com.cafesoft.core.util that implement NamespaceMap | |
|---|---|
class |
NamespaceHashMap
A HashMap implementation of the NamespaceMap interface. |
| Methods in com.cafesoft.core.util with parameters of type NamespaceMap | |
|---|---|
static String |
NamespaceMapUtils.replaceTokens(String source,
NamespaceMap nsMap,
TokenDelimiterSpec tds)
Replace tokens in source String with values from a NamespaceMap. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||