Uses of Class
com.sun.identity.console.service.model.SMDiscoveryServiceData
-
Packages that use SMDiscoveryServiceData Package Description com.sun.identity.console.idm.model com.sun.identity.console.realm.model com.sun.identity.console.service.model com.sun.identity.console.user.model -
-
Uses of SMDiscoveryServiceData in com.sun.identity.console.idm.model
Methods in com.sun.identity.console.idm.model that return SMDiscoveryServiceData Modifier and Type Method Description SMDiscoveryServiceDataEntityResourceOfferingModel. getEntityDiscoEntry(String universalId)Returns resource offering entry stored for an entity.SMDiscoveryServiceDataEntityResourceOfferingModelImpl. getEntityDiscoEntry(String universalId)Returns resource offering entry stored for an entity.Methods in com.sun.identity.console.idm.model with parameters of type SMDiscoveryServiceData Modifier and Type Method Description voidEntityResourceOfferingModel. setEntityDiscoEntry(String universalId, SMDiscoveryServiceData smData)Set resource offering entry.voidEntityResourceOfferingModelImpl. setEntityDiscoEntry(String universalId, SMDiscoveryServiceData smData)Set resource offering entry. -
Uses of SMDiscoveryServiceData in com.sun.identity.console.realm.model
Methods in com.sun.identity.console.realm.model that return SMDiscoveryServiceData Modifier and Type Method Description SMDiscoveryServiceDataRealmResourceOfferingModel. getRealmDiscoEntry(String realm)Returns resource offering entry stored for a given realm name.SMDiscoveryServiceDataRealmResourceOfferingModelImpl. getRealmDiscoEntry(String realm)Returns resource offering entry stored for a realm name.Methods in com.sun.identity.console.realm.model with parameters of type SMDiscoveryServiceData Modifier and Type Method Description voidRealmResourceOfferingModel. setRealmDiscoEntry(String realm, SMDiscoveryServiceData smData)Set resource offering entry.voidRealmResourceOfferingModelImpl. setRealmDiscoEntry(String realm, SMDiscoveryServiceData smData)Set resource offering entry. -
Uses of SMDiscoveryServiceData in com.sun.identity.console.service.model
Methods in com.sun.identity.console.service.model that return SMDiscoveryServiceData Modifier and Type Method Description SMDiscoveryServiceDataDiscoveryDataCache. getData(SSOToken token, String cacheID)Returns cached discovery data objectstatic SMDiscoveryServiceDataSMDiscoveryServiceData. getEntries(Set set)Returns resource offering entry stored in the Directory Server.static SMDiscoveryServiceDataSMDiscoveryServiceData. getEntries(Set set, int type)Returns resource offering entry stored in the Directory Server.Methods in com.sun.identity.console.service.model with parameters of type SMDiscoveryServiceData Modifier and Type Method Description StringDiscoveryDataCache. cacheData(SSOToken token, SMDiscoveryServiceData data)Caches a discovery data object -
Uses of SMDiscoveryServiceData in com.sun.identity.console.user.model
Methods in com.sun.identity.console.user.model that return SMDiscoveryServiceData Modifier and Type Method Description SMDiscoveryServiceDataUMUserResourceOfferingModel. getUserDiscoEntry(String userId)Returns resource offering entry stored for a given user distinguished name.SMDiscoveryServiceDataUMUserResourceOfferingModelImpl. getUserDiscoEntry(String userId)Returns resource offering entry stored for a given Universal ID of user.Methods in com.sun.identity.console.user.model with parameters of type SMDiscoveryServiceData Modifier and Type Method Description voidUMUserResourceOfferingModel. setUserDiscoEntry(String userId, SMDiscoveryServiceData smData)Set resource offering entry.voidUMUserResourceOfferingModelImpl. setUserDiscoEntry(String userId, SMDiscoveryServiceData smData)Set resource offering entry.
-