Searched defs:RADIO_AGENT_TYPE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java89 private static final String RADIO_AGENT_TYPE = "rbAgentType"; field in class:EntitiesModelImpl
433 values.put(RADIO_AGENT_TYPE, set);
584 Set setAgentType = (Set)values.get(RADIO_AGENT_TYPE);
631 values.remove(RADIO_AGENT_TYPE);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java89 private static final String RADIO_AGENT_TYPE = "rbAgentType"; field in class:EntitiesModelImpl
433 values.put(RADIO_AGENT_TYPE, set);
584 Set setAgentType = (Set)values.get(RADIO_AGENT_TYPE);
631 values.remove(RADIO_AGENT_TYPE);

Completed in 26 milliseconds