public interface PBrandBean extends Remote
PBrandBean
is a Remote
interface that defines the
abilities needed for a brand component.Modifier and Type | Method and Description |
---|---|
boolean |
isBrandingEnabled()
Determines whether branding is enabled.
|
boolean |
setUserCredentials(PModelHandle mH)
Sets the current connection to this user's credentials.
|
boolean |
unsetUserCredentials(PModelHandle mH)
Unsets the current connection's credentials.
|
boolean setUserCredentials(PModelHandle mH) throws RemoteException
mH
- the PModelHandle
associated with this userRemoteException
- thrown for errorsboolean unsetUserCredentials(PModelHandle mH) throws RemoteException
mH
- the PModelHandle
associated with this userRemoteException
- thrown for errorsboolean isBrandingEnabled() throws RemoteException
RemoteException
- thrown for errorsCopyright © 2003, 2023, Oracle and/or its affiliates.