Package wt.federation
Class ProxyUser
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.org._WTPrincipal
wt.org.WTPrincipal
wt.org._WTUser
wt.org.WTUser
wt.federation._ProxyUser
wt.federation.ProxyUser
- All Implemented Interfaces:
Externalizable,Serializable,Principal,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,_Federated,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,Federated,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.filter._NavigationCriteriaOwner,wt.filter.NavigationCriteriaOwner,DisplayIdentification,wt.notify._Notifiable,Notifiable,wt.recent.RecentlyVisited,wt.type._TypeManaged,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
@GenAsPersistable(superClass=WTUser.class,
interfaces=Federated.class,
versions={1987572874839519341L,9179310160655610754L},
properties=@GeneratedProperty(name="preferredLanguage",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setExceptions={WTException.class,WTPropertyVetoException.class})))
public class ProxyUser
extends _ProxyUser
Use the newProxyUser static factory method(s), not the ProxyUser
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.federation._ProxyUser
PREFERRED_LANGUAGEFields inherited from interface wt.federation._Federated
SERVICE_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns an enumeration containing the names of the groups to which the user belongs.Returns the groups to which the user belongs.toString()Returns a string representation of the user object.Methods inherited from class wt.federation._ProxyUser
getPreferredLanguage, getServiceId, setPreferredLanguage, setServiceIdMethods inherited from class wt.org.WTUser
getAuthenticationName, getBusinessType, getEMail, getFullName, getOrganizationName, getTelephoneNumber, getUniqueDisplayIdentifier, getUniqueDisplayIdentifier, initialize, initialize, initialize, initialize, newWTUser, newWTUser, newWTUser, newWTUser, parentGroups, setLocaleMethods inherited from class wt.org.WTPrincipal
cloneAsInflated, getName, getOrganization, getPrincipalDisplayIdentifierMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
parentGroups
Returns the groups to which the user belongs. The result is a principal reference enumeration.
Supported API: true- Overrides:
parentGroupsin classWTUser- Returns:
- Enumeration
- Throws:
WTException
-
parentGroupNames
Returns an enumeration containing the names of the groups to which the user belongs.
Supported API: true- Overrides:
parentGroupNamesin classWTUser- Returns:
- Enumeration
- Throws:
WTException
-
toString
Returns a string representation of the user object.
Supported API: true
-