Class UserProfileTokenBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.profile.UserProfileTokenBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserProfileTokenBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserProfileTokenBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteToken(UserRefreshToken token)
List<UserRefreshToken>
getTokenList()
void
init()
void
refreshList()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
refreshList
public void refreshList()
-
getTokenList
public List<UserRefreshToken> getTokenList()
-
deleteToken
public void deleteToken(UserRefreshToken token)
-
-