|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITrustedPrincipal
This interface represents a trusted principal object. A trusted principal allows you to log on to the Central Management Server without a password. This is known as trusted authentication.
To enable trusted authentication on a client machine, create a text file
named TrustedPrincipal.conf on the client machine and add the
following text:
SharedSecret=<secret>
where <secret> is the trusted authentication shared secret configured in BusinessObjects Enterprise.
Save the TrustedPrincipal.conf file in one of the following
locations:
C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86bobj.trustedauth.home Java
system property, which can be set at runtime:
System.setProperty("bobj.trustedauth.home", "C:\\myNewDir")Note: If the shared secret contains non-ASCII characters, the
TrustedPrincipal.conf file must be saved with UTF-8 encoding.
| Method Summary | |
|---|---|
java.lang.String |
getCMSName()
Returns the CMS name. |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
java.lang.String getCMSName()
Returns the CMS name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||