com.spotfire.server.userdir.spi
Interface ProviderPrincipal
- All Known Subinterfaces:
- ProviderGroupPrincipal, ProviderUserPrincipal
Deprecated. Use PostAuthenticationFilter
public interface ProviderPrincipal
This interface represents a principal, such as a user or a group,
in the DS Server user directory SPI. The name of the principal is
unique. No two principals may have the same name. The id is also
unique. If the provider only uses names to identify principals, the
id should be the same as the name.
- Since:
- DSS 7.3
getId
String getId()
- Deprecated.
- Returns:
- The id identifying the principal. May be the same as the name.
Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.