public interface SelectProfiles
| Modifier and Type | Method and Description |
|---|---|
void |
selectProfiles(Map env,
String serverProfiles)
Selects the profiles required by the client according
to the server supported profiles.
|
void selectProfiles(Map env, String serverProfiles) throws Exception
env - the environment map passed in at connection
time. It might contain an already defined client profiles
wish list passed in using the jmx.remote.profiles property.
The profiles' key in this map must be modified with the
client required profiles on method return, i.e. env is an
in/out parameter.serverProfiles - space-separated list of server
supported profiles.Exception - if the server supported profiles do not
fulfil the expectations of the client's defined security policy.Copyright © 2019 Terracotta, Inc.. All rights reserved.