@Name(value="tokenAuthenticationActions") @Scope(value=CONVERSATION) public class TokenAuthenticationActionsBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
currentUserAuthTokenBindings |
protected org.jboss.seam.faces.FacesMessages |
facesMessages |
protected Map<String,String> |
messages |
Constructor and Description |
---|
TokenAuthenticationActionsBean() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAllTokenBindings() |
void |
deleteAuthTokenBinding(String tokenId) |
DocumentModelList |
getCurrentUserAuthTokenBindings() |
void |
refreshAuthTokenBindings() |
protected void |
reset() |
@In(create=true, required=false) protected transient org.jboss.seam.faces.FacesMessages facesMessages
protected DocumentModelList currentUserAuthTokenBindings
public TokenAuthenticationActionsBean()
public DocumentModelList getCurrentUserAuthTokenBindings()
public void deleteAuthTokenBinding(String tokenId)
public void deleteAllTokenBindings() throws PropertyException
PropertyException
public void refreshAuthTokenBindings()
protected void reset()
Copyright © 2018 Nuxeo. All rights reserved.