JavaScript is disabled on your browser.
Skip navigation links
WildFly Clustering: Session management SPI 4.0.2.Final
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.wildfly.clustering.session.user.User
Packages that use
User
Package
Description
org.wildfly.clustering.session.user
Uses of
User
in
org.wildfly.clustering.session.user
Methods in
org.wildfly.clustering.session.user
that return
User
Modifier and Type
Method
Description
User
<
C
,
T
,
D
,
S
>
UserManager.
createUser
(
String
id,
C
context)
Creates a new user with the specified identifier and context.
User
<
C
,
T
,
D
,
S
>
UserManager.
findUser
(
String
id)
Returns the user identified by the specified identifier.