com.atlassian.crowd.security.demo.action.principal
Class ViewPrincipal
java.lang.Object
com.opensymphony.xwork.ActionSupport
com.atlassian.crowd.security.demo.action.BaseAction
com.atlassian.crowd.security.demo.action.principal.ViewPrincipal
- All Implemented Interfaces:
- com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable
- Direct Known Subclasses:
- UpdatePrincipal
public class ViewPrincipal
- extends BaseAction
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork.ActionSupport |
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.crowd.security.demo.action.BaseAction |
buildAttribute, buildAttribute, getAttribute, getFirstAttribute, getHttpAuthenticator, getPrincipalName, getRemotePrincipal, getSecurityServerClient, getSession, getTab, isAuthenticated, setHttpAuthenticator, setSecurityServerClient, setTab |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
principal
protected SOAPPrincipal principal
soapGroups
protected SOAPGroup[] soapGroups
soapRoles
protected SOAPRole[] soapRoles
subscribedGroups
protected List subscribedGroups
unsubscribedGroups
protected List unsubscribedGroups
subscribedRoles
protected List subscribedRoles
unsubscribedRoles
protected List unsubscribedRoles
name
protected String name
description
protected String description
active
protected boolean active
firstname
protected String firstname
lastname
protected String lastname
email
protected String email
password
protected String password
passwordConfirm
protected String passwordConfirm
ViewPrincipal
public ViewPrincipal()
doDefault
public String doDefault()
- Overrides:
doDefault
in class BaseAction
processGeneral
protected void processGeneral()
throws InvalidAuthorizationTokenException,
RemoteException,
ObjectNotFoundException
- Throws:
InvalidAuthorizationTokenException
RemoteException
ObjectNotFoundException
processMemberships
protected void processMemberships()
throws InvalidAuthorizationTokenException,
RemoteException
- Throws:
InvalidAuthorizationTokenException
RemoteException
processGroups
protected List processGroups()
processRoles
protected List processRoles()
getPrincipal
public SOAPPrincipal getPrincipal()
getSubscribedGroups
public List getSubscribedGroups()
getUnsubscribedGroups
public List getUnsubscribedGroups()
getSubscribedRoles
public List getSubscribedRoles()
getUnsubscribedRoles
public List getUnsubscribedRoles()
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getName
public String getName()
setName
public void setName(String name)
getFirstname
public String getFirstname()
setFirstname
public void setFirstname(String firstname)
getLastname
public String getLastname()
setLastname
public void setLastname(String lastname)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getPasswordConfirm
public String getPasswordConfirm()
setPasswordConfirm
public void setPasswordConfirm(String passwordConfirm)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.