Uses of Class
com.sun.enterprise.security.jaspic.config.GFServerConfigProvider.IDEntry
-
Packages that use GFServerConfigProvider.IDEntry Package Description com.sun.enterprise.security.jaspic.config -
-
Uses of GFServerConfigProvider.IDEntry in com.sun.enterprise.security.jaspic.config
Methods in com.sun.enterprise.security.jaspic.config that return types with arguments of type GFServerConfigProvider.IDEntry Modifier and Type Method Description Map<String,GFServerConfigProvider.IDEntry>GFServerConfigProvider.InterceptEntry. getIdMap()Method parameters in com.sun.enterprise.security.jaspic.config with type arguments of type GFServerConfigProvider.IDEntry Modifier and Type Method Description voidGFServerConfigProvider.InterceptEntry. setIdMap(Map<String,GFServerConfigProvider.IDEntry> map)Constructor parameters in com.sun.enterprise.security.jaspic.config with type arguments of type GFServerConfigProvider.IDEntry Constructor Description InterceptEntry(String defaultClientID, String defaultServerID, Map<String,GFServerConfigProvider.IDEntry> idMap)
-