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

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:
  • Method Details

    • parentGroups

      public Enumeration parentGroups() throws WTException
      Returns the groups to which the user belongs. The result is a principal reference enumeration.

      Supported API: true
      Overrides:
      parentGroups in class WTUser
      Returns:
      Enumeration
      Throws:
      WTException
    • parentGroupNames

      public Enumeration parentGroupNames() throws WTException
      Returns an enumeration containing the names of the groups to which the user belongs.

      Supported API: true
      Overrides:
      parentGroupNames in class WTUser
      Returns:
      Enumeration
      Throws:
      WTException
    • toString

      public String toString()
      Returns a string representation of the user object.

      Supported API: true
      Specified by:
      toString in interface Principal
      Overrides:
      toString in class WTUser
      Returns:
      String